This commit is contained in:
2020-06-18 17:46:00 +00:00
parent 04d5fd47b7
commit d84317e5c5
3 changed files with 7 additions and 2 deletions

View File

@@ -164,7 +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
app.nav.contextAddLink("ravLicenses/" + stateMap.id +"/"+ stateMap.context.params.cust_id, "Licenses", "ticket");//from here to new license
}
};