diff --git a/ChangeLog b/ChangeLog
index 916aa541bf9..ad511567db3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ English Dolibarr ChangeLog
***** ChangeLog for 3.2 compared to 3.1 *****
For users:
+- New: Print ticket show invoice ref into POS module.
- New: Can edit customer discounts from invoice create and edit card.
- New: task #11243: Show quantity into stocks for each sub-products into the sub-product tab.
- New: task #10500: Option to choose if professional id are unique.
diff --git a/htdocs/cashdesk/tpl/ticket.tpl.php b/htdocs/cashdesk/tpl/ticket.tpl.php
index f4f07c25732..834ab76619d 100644
--- a/htdocs/cashdesk/tpl/ticket.tpl.php
+++ b/htdocs/cashdesk/tpl/ticket.tpl.php
@@ -1,22 +1,29 @@
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see
name; ?>
- address; ?>
- zip.' '.$mysoc->town; ?>
'.dol_print_date($now,'dayhourtext').'
'; + print dol_print_date($now,'dayhourtext').'| trans("Code"); ?> | trans("Label"); ?> | trans("Qty"); ?> | trans("Discount").' (%)'; ?> | trans("TotalHT"); ?> |
|---|---|---|---|---|
| '.$tab[$i]['ref'].' | '.$tab[$i]['label'].' | '.$tab[$i]['qte'].' | '.$tab[$i]['remise_percent'].' | '.price2num($tab[$i]['total_ht'],'MT').' '.$conf->monnaie.' |