This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user