From cdb2f825b766ce96d4ab779ad2fca3f61db59a29 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Fri, 9 Nov 2018 14:04:38 +0100 Subject: [PATCH] FIX: Restore lost functionality of making a single payment for a withdrawal --- htdocs/admin/prelevement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/prelevement.php b/htdocs/admin/prelevement.php index 37ee8f3064b..f5955314c1f 100644 --- a/htdocs/admin/prelevement.php +++ b/htdocs/admin/prelevement.php @@ -121,7 +121,7 @@ if ($action == "deletenotif") exit; } -//Activate "Disable prospect/customer type" +//Activate or Disable one payment by customer if ($action=="setdisablepaymentpercustomer") { $setdisablepaymentcustomer = GETPOST('value','int'); $res = dolibarr_set_const($db, "WITHDRAWAL_DISABLE_PAYMENT_PER_CUSTOMER", $setdisablepaymentcustomer,'yesno',0,'',$conf->entity);