Skip to content
Snippets Groups Projects
Commit 6964f196 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Fix bank account box

parent 11d9d509
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ class box_comptes extends ModeleBoxes
$objp = $db->fetch_object($result);
$account_static->id = $objp->rowid;
$account_static->ref = $objp->ref;
$account_static->label = $objp->label;
$account_static->number = $objp->number;
$solde=$account_static->solde(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment