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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue