This commit is contained in:
2020-06-17 19:40:29 +00:00
parent 305b61045d
commit faa6448737
4 changed files with 49 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ app.purchaseEdit = (function() {
$container = $("#app-shell-main-content");
}
$container.html(Handlebars.templates["app.purchaseEdit"]({}));
$container.html(Handlebars.templates["app.ravLicense"]({}));
var title = "Purchase";
if (!stateMap.context.params.site_id) {