Task # 104 : added link on order list to the multi-orders invoice page

This commit is contained in:
Maxime Kohlhaas 2012-09-23 17:59:50 +02:00
parent 71f7baf461
commit 382bee4601

View File

@ -319,6 +319,8 @@ if ($resql)
$companystatic->client=$objp->client;
print '<td>';
print $companystatic->getNomUrl(1,'customer');
print '&nbsp;<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>'.$objp->ref_client.'</td>';