Update card.php
This commit is contained in:
parent
004ee952d9
commit
d2c86578fa
@ -266,8 +266,8 @@ if ($action == 'confirm_clone' && $confirm == 'yes' && ($user->rights->banque->m
|
||||
$object->datev = $newdatepayment;
|
||||
}
|
||||
|
||||
if (GETPOSTINT("clone_sens")) {
|
||||
$object->sens = GETPOSTINT("clone_sens");
|
||||
if (GETPOSTISSET("clone_sens")) {
|
||||
$object->sens = GETPOST("clone_sens", 'int');
|
||||
} else {
|
||||
$object->sens = $object->sens;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user