mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix : minor html fix + changelog
This commit is contained in:
parent
be7d545297
commit
4cffe3e5a3
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 '<input type=hidden name="'.$nameRemain.'" value="'.$remaintopay.'">';
|
||||
print '<input type="text" size="8" name="'.$namef.'" value="'.$_POST[$namef].'">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user