From f140036f37389341da450d7a1c84e2a43cd543dd Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Fri, 24 Feb 2023 15:59:43 +0100 Subject: [PATCH] FIX shipping list for external user --- htdocs/expedition/list.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 9b55ff46c14..4c6a764997b 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -71,7 +71,6 @@ $search_datedelivery_end = dol_mktime(23, 59, 59, GETPOST('search_datedelivery_e $search_datereceipt_start = dol_mktime(0, 0, 0, GETPOST('search_datereceipt_startmonth', 'int'), GETPOST('search_datereceipt_startday', 'int'), GETPOST('search_datereceipt_startyear', 'int')); $search_datereceipt_end = dol_mktime(23, 59, 59, GETPOST('search_datereceipt_endmonth', 'int'), GETPOST('search_datereceipt_endday', 'int'), GETPOST('search_datereceipt_endyear', 'int')); $sall = trim((GETPOST('search_all', 'alphanohtml') != '') ?GETPOST('search_all', 'alphanohtml') : GETPOST('sall', 'alphanohtml')); -$socid = GETPOST('socid', 'int'); $search_user = GETPOST('search_user', 'int'); $search_sale = GETPOST('search_sale', 'int'); $search_categ_cus = GETPOST("search_categ_cus", 'int');