FIX: Supplier is not the project customer

This commit is contained in:
delcroix Patrick 2017-04-04 09:06:29 +02:00 committed by GitHub
parent e8767122b0
commit 422bdd1ef6

View File

@ -308,7 +308,7 @@ $listofreferent=array(
'margin'=>'minus',
'table'=>'facture_fourn',
'datefieldname'=>'datef',
'urlnew'=>DOL_URL_ROOT.'/fourn/facture/card.php?action=create&projectid='.$id.'&socid='.$socid,
'urlnew'=>DOL_URL_ROOT.'/fourn/facture/card.php?action=create&projectid='.$id,
'lang'=>'suppliers',
'buttonnew'=>'AddSupplierInvoice',
'testnew'=>$user->rights->fournisseur->facture->creer,