From c78e4b89657d718d74fafe38bd0e0cfa795c0b6d Mon Sep 17 00:00:00 2001 From: Jonathan Buyck Date: Mon, 30 Dec 2019 19:57:24 +0100 Subject: [PATCH] fix undefined facid --- htdocs/cashdesk/tpl/validation2.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/cashdesk/tpl/validation2.tpl.php b/htdocs/cashdesk/tpl/validation2.tpl.php index 47843869fd2..e4491f6f58e 100644 --- a/htdocs/cashdesk/tpl/validation2.tpl.php +++ b/htdocs/cashdesk/tpl/validation2.tpl.php @@ -48,9 +48,9 @@ $langs->loadLangs(array("main","bills")); -

trans("ShowInvoice"); ?>

+

trans("ShowInvoice"); ?>


-

trans("PrintTicket"); ?>

+

trans("PrintTicket"); ?>