mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix regression
This commit is contained in:
parent
7a12b15376
commit
64540fe5f4
|
|
@ -254,7 +254,7 @@ if (empty($reshook)) {
|
|||
|
||||
$companypaymentmode->fetch($id);
|
||||
if (!$error) {
|
||||
$companypaymentmode->oldcopy = dol_clone($companybankaccount, 2);
|
||||
$companypaymentmode->oldcopy = dol_clone($companypaymentmode, 2);
|
||||
|
||||
$companypaymentmode->fk_soc = $object->id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user