FIX Sql error on filter of project preview with date

This commit is contained in:
Laurent Destailleur 2019-01-13 14:09:40 +01:00
parent 7ea5407ac1
commit e0d11edb6b

View File

@ -299,7 +299,7 @@ $listofreferent=array(
'title'=>"ListSupplierProposalsAssociatedProject",
'class'=>'SupplierProposal',
'table'=>'supplier_proposal',
'datefieldname'=>'date',
'datefieldname'=>'date_valid',
'urlnew'=>DOL_URL_ROOT.'/supplier_proposal/card.php?action=create&projectid='.$id, // No socid parameter here, the socid is often the customer and we create a supplier object
'lang'=>'supplier_proposal',
'buttonnew'=>'AddSupplierProposal',