Author: danydb Date: 2012-02-04 21:26:19 +0100 (Sat, 04 Feb 2012) New Revision: 4758
Removed: phpcompta/trunk/sql/upgrade.sql Modified: phpcompta/trunk/ phpcompta/trunk/doc/ phpcompta/trunk/include/ Log: Merged revisions 4737,4742,4748-4757 via svnmerge from file:///home/developper/svn/phpcompta/tags/rel600 ........ r4748 | danydb | 2012-02-04 18:47:00 +0100 (Sat, 04 Feb 2012) | 1 line remove useless patch ........ Property changes on: phpcompta/trunk ___________________________________________________________________ Name: svn:ignore - cache compile tmp .setenv.sh.swp .clean.sh.swp .clean.sh.swo + cache compile tmp .setenv.sh.swp .clean.sh.swp .clean.sh.swo .a.swp Name: svnmerge-integrated - /phpcompta/tags/rel600:1-4736,4738-4741,4743-4747 + /phpcompta/tags/rel600:1-4757 Property changes on: phpcompta/trunk/doc ___________________________________________________________________ Name: svn:ignore - *.html *.pdf *.txt .~lock.manuel-fr.odt# + *.html *.pdf *.txt .~lock.manuel-fr.odt# .a.swp Property changes on: phpcompta/trunk/include ___________________________________________________________________ Name: svn:ignore - .user_menu.php.swp .config.inc.php.swp + .user_menu.php.swp .config.inc.php.swp .constant.php.swp Deleted: phpcompta/trunk/sql/upgrade.sql =================================================================== --- phpcompta/trunk/sql/upgrade.sql 2012-02-04 20:26:04 UTC (rev 4757) +++ phpcompta/trunk/sql/upgrade.sql 2012-02-04 20:26:19 UTC (rev 4758) @@ -1,18 +0,0 @@ -CREATE OR REPLACE FUNCTION comptaproc.letter_compare(p_jl bigint) - RETURNS numeric AS -$BODY$ -declare - nCred numeric(20,4); - nDeb numeric(20,4); -begin - if p_jl = -1 then - return 0.0; - end if; - select coalesce(sum(j_montant),0) into nCred from letter_cred join jrnx using (j_id) where jl_id=p_jl; - select coalesce(sum(j_montant),0) into nDeb from letter_deb join jrnx using (j_id) where jl_id=p_jl; - - - return nDeb-nCred; -end; -$BODY$ - LANGUAGE plpgsql; \ No newline at end of file --- PhpCompta est un logiciel de comptabilité libre en ligne (full web) Projet opensource http://www.phpcompta.eu _______________________________________________ Phpcompta est un logiciel libre de comptabilité en ligne (http://www.phpcompta.eu) Phpcompta-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/phpcompta-dev
