From b3fe38d6bb3e22eb4fcdfb5dbe1b3bf94c965ee6 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sun, 6 Dec 2020 14:20:16 +0100 Subject: [PATCH] Fix list current ticket in takepos with multicompany --- 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 9ac81f1ccf9..d2d5621ace6 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -1018,7 +1018,7 @@ $( document ).ready(function() { order('datec', 'ASC'); $resql = $db->query($sql); if ($resql) { @@ -1400,4 +1400,4 @@ if ($action == "search") '; } -print ''; \ No newline at end of file +print '';