diff --git a/db/changes/10310-mothersDay/.keep b/db/changes/10310-mothersDay/.keep deleted file mode 100644 index 4acbf110f..000000000 --- a/db/changes/10310-mothersDay/.keep +++ /dev/null @@ -1 +0,0 @@ -Delete me with the first .sql files addition \ No newline at end of file diff --git a/db/changes/10310-mothersDay/00-receiptAcl.sql b/db/changes/10310-mothersDay/00-receiptAcl.sql new file mode 100644 index 000000000..d3450cc9d --- /dev/null +++ b/db/changes/10310-mothersDay/00-receiptAcl.sql @@ -0,0 +1,3 @@ +UPDATE salix.ACL + SET principalId = "salesAssistant" + WHERE model = 'Client' AND property = 'createReceipt'; \ No newline at end of file diff --git a/modules/client/front/balance/index/index.html b/modules/client/front/balance/index/index.html index 468ac98c3..596838c0c 100644 --- a/modules/client/front/balance/index/index.html +++ b/modules/client/front/balance/index/index.html @@ -128,7 +128,7 @@ Name Package type Counter + externalId Worker Created @@ -41,6 +42,7 @@ {{::expedition.packageItemName}} {{::expedition.freightItemName}} {{::expedition.counter}} + {{::expedition.externalId}}