From 3b6936176a95795c6fdb20b89f842c03c8033e80 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 624f4ef9701..eab69c6b35d 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"); ?>