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

@@ -78,6 +78,11 @@ app.ravLicenses = (function () {
app.nav.contextClear(); ///ravLicense/122
app.nav.contextAddLink("ravLicense/" + stateMap.id, "New", "plus");
app.nav.contextAddLink(
"customerSiteEdit/" + stateMap.id + "/" + stateMap.context.params.cust_id,
"Site",
"city"
);
};
//PUBLIC METHODS