From 13c49d2946d7333ae8443bc8473cb8d414a9aae2 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 17 Mar 2019 10:27:06 +0100 Subject: [PATCH] update with html5 compliant code --- htdocs/takepos/receipt.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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; - - - - + + + + @@ -88,9 +88,9 @@ print $object->ref; - - - + + + 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);?>

- +
- - + + - + - +
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";?>