From 382bee4601921cd127e6b3e555cf98115a84b231 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Sun, 23 Sep 2012 17:59:50 +0200 Subject: [PATCH] Task # 104 : added link on order list to the multi-orders invoice page --- htdocs/commande/liste.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/commande/liste.php b/htdocs/commande/liste.php index 641d13f8643..b3ea2328866 100644 --- a/htdocs/commande/liste.php +++ b/htdocs/commande/liste.php @@ -319,6 +319,8 @@ if ($resql) $companystatic->client=$objp->client; print ''; print $companystatic->getNomUrl(1,'customer'); + print ' '; + print img_picto($langs->trans("CreateInvoiceForThisCustomer").' : '.$companystatic->nom,'object_bill').''; print ''; print ''.$objp->ref_client.'';