From 4cffe3e5a35201ea439ac4517443878ff611d93a Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Fri, 7 Dec 2012 11:06:51 +0100 Subject: [PATCH] Fix : minor html fix + changelog --- ChangeLog | 3 +++ htdocs/compta/paiement.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dae68c53c11..8fd47651f99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -66,6 +66,9 @@ For users: - New: Add button on order card to create intervention from services. - New: Add search box to find products by supplier reference. - New: Add option MAIN_HELPCENTER_LINKTOUSE to define target link "I need help" onto logon page. +- New: [ task #608 ] Can clone a supplier order with prices updates +- New: [ task #559 ] Can define a discount % regarding quantity in supplier prices and price by quantity in customer prices +- New: [ task #527 ] After cloning a suplier invoice, go onto invoice ref into edit mode New experimental modules: - New: Add margin management module. diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 04a4af7e09d..4819172cff5 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -529,7 +529,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie { if ($conf->use_javascript_ajax && !empty($conf->global->MAIN_JS_ON_PAYMENT)) { - print img_picto($langs->trans('AddRemind'),'rightarrow.png','id="'.$objp->facid.'" "'); + print img_picto($langs->trans('AddRemind'),'rightarrow.png','id="'.$objp->facid.'"'); } print ''; print '';