From 61e1f0508db68397784d3373d98bd16377f55c4d Mon Sep 17 00:00:00 2001
From: Philippe
Date: Fri, 3 Aug 2018 11:08:09 +0200
Subject: [PATCH] FIX : Search on Ref project on order list
---
htdocs/commande/list.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
index c0cd1b49ce9..51501b543e0 100644
--- a/htdocs/commande/list.php
+++ b/htdocs/commande/list.php
@@ -75,6 +75,7 @@ $search_total_ht=GETPOST('search_total_ht','alpha');
$optioncss = GETPOST('optioncss','alpha');
$billed = GETPOST('billed','int');
$viewstatut=GETPOST('viewstatut');
+$search_project_ref=GETPOST('search_project_ref','alpha');
// Security check
$id = (GETPOST('orderid')?GETPOST('orderid','int'):GETPOST('id','int'));