Merge branch 'dev7102' into entreprise
This commit is contained in:
commit
a5a36c812b
15 changed files with 864 additions and 614 deletions
|
|
@ -353,7 +353,7 @@ class Acc_Operation
|
|||
$filter_sql=$g_user->get_ledger_sql('ALL',3);
|
||||
$filter_sql=str_replace('jrn_def_id','jr_def_id',$filter_sql);
|
||||
if ( $this->jr_id==0 ) return;
|
||||
$sql=" select jr_date,j_qcode,j_poste,j_montant,jr_internal,case when j_debit = 'f' then 'C' else 'D' end as debit,jr_comment as description,
|
||||
$sql=" select jr_id,j_id,jr_date,j_qcode,j_poste,j_montant,jr_internal,case when j_debit = 'f' then 'C' else 'D' end as debit,jr_comment as description,
|
||||
vw_name,pcm_lib,j_debit,coalesce(comptaproc.get_letter_jnt(j_id),-1) as letter,jr_def_id ".
|
||||
" from jrnx join jrn on (jr_grpt_id=j_grpt)
|
||||
join tmp_pcmn on (j_poste=pcm_val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue