/[phpcompta]/phpcompta/html/admin/sql/patch/upgrade4.sql
ViewVC logotype

Diff of /phpcompta/html/admin/sql/patch/upgrade4.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by sparkyx, Sun Mar 13 16:25:42 2005 UTC revision 1.13 by sparkyx, Wed May 4 21:17:46 2005 UTC
# Line 55  insert into action values (18,'Devise'); Line 55  insert into action values (18,'Devise');
55  insert into action values (19,'Période');  insert into action values (19,'Période');
56  insert into action values (20,'Voir la balance des comptes');  insert into action values (20,'Voir la balance des comptes');
57    
58    -- task 3374
59    insert into jrn_action (ja_id,ja_name,ja_desc,ja_url,ja_action,ja_jrn_type)
60    values (40,'Soldes','Voir les soldes des comptes en banques',
61    'user_jrn.php','action=solde','FIN');
62    
63  -- always last line  -- always last line
64  update version set val=5;  update version set val=5;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26