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/ticket/front/expedition/index.html b/modules/ticket/front/expedition/index.html
index 9f3d1b11a..26d9ef640 100644
--- a/modules/ticket/front/expedition/index.html
+++ b/modules/ticket/front/expedition/index.html
@@ -18,6 +18,7 @@
Name
Package type
Counter
+ externalId
Worker
Created
@@ -41,6 +42,7 @@
{{::expedition.packageItemName}}
{{::expedition.freightItemName}}
{{::expedition.counter}}
+ {{::expedition.externalId}}