FIX: Restore lost functionality of making a single payment for a withdrawal
This commit is contained in:
parent
17e25f5344
commit
cdb2f825b7
@ -121,7 +121,7 @@ if ($action == "deletenotif")
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Activate "Disable prospect/customer type"
|
//Activate or Disable one payment by customer
|
||||||
if ($action=="setdisablepaymentpercustomer") {
|
if ($action=="setdisablepaymentpercustomer") {
|
||||||
$setdisablepaymentcustomer = GETPOST('value','int');
|
$setdisablepaymentcustomer = GETPOST('value','int');
|
||||||
$res = dolibarr_set_const($db, "WITHDRAWAL_DISABLE_PAYMENT_PER_CUSTOMER", $setdisablepaymentcustomer,'yesno',0,'',$conf->entity);
|
$res = dolibarr_set_const($db, "WITHDRAWAL_DISABLE_PAYMENT_PER_CUSTOMER", $setdisablepaymentcustomer,'yesno',0,'',$conf->entity);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user