comment
This commit is contained in:
parent
fa1f46cc06
commit
eea2fb6df8
1 changed files with 4 additions and 2 deletions
|
|
@ -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' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue