From 6329c01d5d76517ef1f61579bd4b659a4989c3f1 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Mon, 1 Oct 2012 11:23:51 +0200 Subject: [PATCH] Added link to multi-origin invoicing on thirdparty page --- htdocs/comm/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 889f13c635e..2abee28066e 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -498,6 +498,7 @@ if ($id > 0) print ''; print ''; print ''; + print ''; print '
'.$langs->trans("LastOrders",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllOrders").' ('.$num.')'.img_picto($langs->trans("Statistics"),'stats').''.img_picto($langs->trans("CreateInvoiceForThisCustomer"),'object_bill').'
'; print ''; }