This commit is contained in:
2020-07-02 17:40:16 +00:00
parent dc426d86a4
commit 94beaf1072
2 changed files with 2 additions and 2 deletions

View File

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