This commit is contained in:
2020-06-17 21:16:31 +00:00
parent ce035b1072
commit cb159ebb51
6 changed files with 123 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ app.customerSiteEdit = (function () {
if (stateMap.id != "new") {
app.nav.contextAddLink("purchases/" + stateMap.id, "Purchases", "basket");
app.nav.contextAddLink("ravLicenses/" + stateMap.id, "Licenses", "ticket");//from here to new license
}
};