Fix closing }
This commit is contained in:
parent
aa2ea621c3
commit
9c64ba6ad6
@ -487,6 +487,7 @@ if (! $error && $action == 'writebookkeeping') {
|
|||||||
$objmid = $db->fetch_object($resultmid);
|
$objmid = $db->fetch_object($resultmid);
|
||||||
$bookkeeping->label_compte = $objmid->labelc;
|
$bookkeeping->label_compte = $objmid->labelc;
|
||||||
$bookkeeping->doc_ref = $objmid->libelle ;
|
$bookkeeping->doc_ref = $objmid->libelle ;
|
||||||
|
}
|
||||||
$bookkeeping->subledger_account = '';
|
$bookkeeping->subledger_account = '';
|
||||||
$bookkeeping->numero_compte = $k;
|
$bookkeeping->numero_compte = $k;
|
||||||
} else if ($tabtype[$key] == 'payment') { // If payment is payment of customer invoice, we get ref of invoice
|
} else if ($tabtype[$key] == 'payment') { // If payment is payment of customer invoice, we get ref of invoice
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user