fix bug order in card detail

This commit is contained in:
Dany De Bontridder 2010-07-24 00:57:01 +00:00
parent 75fdcc6c49
commit ab594f2105
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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