altocompta/html/admin/sql/patch/ac-upgrade10.sql
Dany De Bontridder 1e00836527 Merged revisions 3368,3375,3377 via svnmerge from
svn+ssh://danydb@svn/svn/phpcompta/branches/rel510

........
  r3368 | danydb | 2010-07-01 01:07:17 +0200 (Thu, 01 Jul 2010) | 9 lines
  
  Problem with annulation
  =======================
  It doesn't work properly when we avoid an operation.
  
  QUANT_FIN is not updated
  QUAND_SOLD and QUANT_PURCHASE will just have a Qx_VALID flag set to A
  Link between QUANT_SOLD and QUANT_PURCHASE is not correct !!!!
........
  r3375 | danydb | 2010-07-01 18:57:02 +0200 (Thu, 01 Jul 2010) | 1 line
  
  Fix bug -> extourne put the wrong date into jrnx
........
  r3377 | danydb | 2010-07-02 12:04:42 +0200 (Fri, 02 Jul 2010) | 1 line
  
  Too many caused by this patch
........
2010-07-03 08:43:05 +00:00

9 lines
258 B
PL/PgSQL

begin;
--- on account_repository
delete from user_global_pref where parameter_type='fr_FR.utf8';
insert into user_global_pref(user_id,parameter_type,parameter_value ) select use_login,'LANG','fr_FR.utf8' from ac_users ;
update version set val=11;
commit;