From 50635cea892f89d64d66a3c69dc984e84d4a1f8f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Mar 2021 14:03:19 +0200 Subject: [PATCH] With a shopping-cart, it is clearer what is the hour in top bar menu --- htdocs/takepos/invoice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 669b37bf806..d73f6499c93 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -1063,7 +1063,7 @@ $( document ).ready(function() { if ($placeid == $obj->rowid) { echo ""; } - echo dol_print_date($db->jdate($obj->datec), '%H:%M', 'tzuser'); + echo ''.dol_print_date($db->jdate($obj->datec), '%H:%M', 'tzuser'); if ($placeid == $obj->rowid) { echo ""; } @@ -1071,7 +1071,7 @@ $( document ).ready(function() { } echo '$("#customerandsales").append(\'\');'; + echo '\\\'; invoiceid=0; Refresh();">
\');'; } else { dol_print_error($db); }