gitlab #5 Achat propose l'anc pour toutes les lignes
This commit is contained in:
parent
bfabc6e528
commit
680950c135
1 changed files with 3 additions and 1 deletions
|
|
@ -1671,7 +1671,9 @@ class Acc_Ledger_Purchase extends Acc_Ledger
|
|||
$r.=nbm(round($tot_row,2));
|
||||
$r.='</td>';
|
||||
// encode the pa
|
||||
if ( $g_parameter->MY_ANALYTIC!='nu') // use of AA
|
||||
if ( $g_parameter->MY_ANALYTIC!='nu'
|
||||
&& $g_parameter->match_analytic($fiche->strAttribut(ATTR_DEF_ACCOUNT))==TRUE
|
||||
) // use of AA
|
||||
{
|
||||
// show form
|
||||
$anc_op=new Anc_Operation($this->db);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue