diff --git a/htdocs/takepos/receipt.php b/htdocs/takepos/receipt.php
index ec1474828b9..1610dbb8c59 100644
--- a/htdocs/takepos/receipt.php
+++ b/htdocs/takepos/receipt.php
@@ -51,7 +51,7 @@ $object->fetch($facid);
-
+
global->TAKEPOS_HEADER)) @@ -61,7 +61,7 @@ if (! empty($conf->global->TAKEPOS_HEADER)) } ?>
-+
trans('Date')." ".dol_print_date($object->date, 'day').'
';
if ($mysoc->country_code == 'ES') print "Factura simplificada ";
@@ -73,10 +73,10 @@ print $object->ref;
| trans("Label"); ?> | -trans("Qty"); ?> | -trans("Price"); ?> | -trans("TotalTTC"); ?> | +trans("Label"); ?> | +trans("Qty"); ?> | +trans("Price"); ?> | +trans("TotalTTC"); ?> | product_label)) echo $line->product_label; else echo $line->description;?> | -qty;?> | -total_ttc/$line->qty;?> | -total_ttc);?> | +qty;?> | +total_ttc/$line->qty;?> | +total_ttc);?> | ref;
|---|
| trans("TotalHT");?> | -total_ht, 1, '', 1, - 1, - 1, $conf->currency)."\n";?> | +trans("TotalHT");?> | +total_ht, 1, '', 1, - 1, - 1, $conf->currency)."\n";?> |
|---|---|---|---|
| trans("TotalVAT").' | '.price($object->total_tva, 1, '', 1, - 1, - 1, $conf->currency)."\n";?> | +trans("TotalVAT").' | '.price($object->total_tva, 1, '', 1, - 1, - 1, $conf->currency)."\n";?> |
| trans("TotalTTC").' | '.price($object->total_ttc, 1, '', 1, - 1, - 1, $conf->currency)."\n";?> | +trans("TotalTTC").' | '.price($object->total_ttc, 1, '', 1, - 1, - 1, $conf->currency)."\n";?> |