Skip to content

Commit

Permalink
Debug v21
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 10, 2024
1 parent 46974bd commit 27224af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/compta/prelevement/class/bonprelevement.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,10 @@ public function create($banque = 0, $agence = 0, $mode = 'real', $format = 'ALL'
$obj = $this->db->fetch_object($resql);
if ($obj) {
$thirdpartyBANId = $obj->fk_societe_rib;

dol_syslog(__METHOD__ . " Found an BAN ID to use: ".$thirdpartyBANId);
}

$this->db->free($resql);
}

Expand Down

0 comments on commit 27224af

Please sign in to comment.