Task # 104 : added link on order list to the multi-orders invoice page
This commit is contained in:
parent
71f7baf461
commit
382bee4601
@ -319,6 +319,8 @@ if ($resql)
|
|||||||
$companystatic->client=$objp->client;
|
$companystatic->client=$objp->client;
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print $companystatic->getNomUrl(1,'customer');
|
print $companystatic->getNomUrl(1,'customer');
|
||||||
|
print ' <a href="'.DOL_URL_ROOT.'/commande/orderstoinvoice.php?socid='.$companystatic->id.'">';
|
||||||
|
print img_picto($langs->trans("CreateInvoiceForThisCustomer").' : '.$companystatic->nom,'object_bill').'</a>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
print '<td>'.$objp->ref_client.'</td>';
|
print '<td>'.$objp->ref_client.'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user