FIX Sql error on filter of project preview with date
This commit is contained in:
parent
7ea5407ac1
commit
e0d11edb6b
@ -299,7 +299,7 @@ $listofreferent=array(
|
|||||||
'title'=>"ListSupplierProposalsAssociatedProject",
|
'title'=>"ListSupplierProposalsAssociatedProject",
|
||||||
'class'=>'SupplierProposal',
|
'class'=>'SupplierProposal',
|
||||||
'table'=>'supplier_proposal',
|
'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
|
'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',
|
'lang'=>'supplier_proposal',
|
||||||
'buttonnew'=>'AddSupplierProposal',
|
'buttonnew'=>'AddSupplierProposal',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user