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 '';