This commit is contained in:
Dany De Bontridder 2015-09-03 01:52:37 +02:00
parent fa1f46cc06
commit eea2fb6df8

View file

@ -195,8 +195,10 @@ case 'de':
try
{
$op->get(); /* get detail op (D/C) */
$obj=$op->get_quant(); /* return an obj. ACH / FIN or VEN or null if nothing is found*/
/* get detail op (D/C) */
$op->get();
/* return an obj. ACH / FIN or VEN or null if nothing is found*/
$obj=$op->get_quant();
$oLedger=new Acc_Ledger($cn,$ledger);
if ( $obj==null || $obj->signature == 'ODS' )