fix bug order in card detail
This commit is contained in:
parent
75fdcc6c49
commit
ab594f2105
2 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ declare
|
|||
r_record jnt_fic_attr%ROWTYPE;
|
||||
begin
|
||||
r_record=NEW;
|
||||
perform fiche_attribut_synchro(r_record.fd_id);
|
||||
perform comptaproc.fiche_attribut_synchro(r_record.fd_id);
|
||||
|
||||
return NEW;
|
||||
end;
|
||||
|
|
|
|||
|
|
@ -489,6 +489,7 @@ class Acc_Detail extends Acc_Operation {
|
|||
function __construct($p_cn,$p_jrid=0) {
|
||||
parent::__construct($p_cn);
|
||||
$this->jr_id=$p_jrid;
|
||||
$this->det=new stdClass();
|
||||
}
|
||||
/**
|
||||
*@brief retrieve some common data from jrnx / jrn as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue