Merge pull request #6638 from delcroip/patch-7

FIX: Supplier is not the project customer
This commit is contained in:
Laurent Destailleur 2017-04-06 21:24:01 +02:00 committed by GitHub
commit 8cb28b7bfa

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,