Fixing style errors.
This commit is contained in:
parent
b5688427ab
commit
c689ce1c52
@ -380,9 +380,9 @@ if ($action == 'confirm_clone' && $confirm == 'yes' && ($user->rights->salaries-
|
|||||||
$object->paye = 0;
|
$object->paye = 0;
|
||||||
$object->id = $object->ref = null;
|
$object->id = $object->ref = null;
|
||||||
|
|
||||||
if (GETPOST('amount', 'alphanohtml')) {
|
if (GETPOST('amount', 'alphanohtml')) {
|
||||||
$object->amount = price2num(GETPOST('amount', 'alphanohtml'), 'MT', 2);
|
$object->amount = price2num(GETPOST('amount', 'alphanohtml'), 'MT', 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GETPOST('clone_label', 'alphanohtml')) {
|
if (GETPOST('clone_label', 'alphanohtml')) {
|
||||||
$object->label = GETPOST('clone_label', 'alphanohtml');
|
$object->label = GETPOST('clone_label', 'alphanohtml');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user