mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix status tracked
This commit is contained in:
@@ -72,7 +72,7 @@ class InterfaceActionsBlockedLog extends DolibarrTriggers
|
||||
}
|
||||
}
|
||||
}
|
||||
else if(strpos($action,'PAYMENT')!==false) {
|
||||
else if (strpos($action,'PAYMENT')!==false && ! in_array($action, array('PAYMENT_ADD_TO_BANK'))) {
|
||||
$amounts= (double) $object->amount;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user