phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5549 - in phpcompta/trunk: . include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5549 - in phpcompta/trunk: . include
Date: Thu, 28 Nov 2013 14:50:39 +0100 (CET)

Author: danydb
Date: 2013-11-28 14:50:39 +0100 (Thu, 28 Nov 2013)
New Revision: 5549

Modified:
   phpcompta/trunk/
   phpcompta/trunk/include/class_fiche.php
Log:
Merged revisions 5547 via svnmerge from 
svn+ssh://address@hidden/svn/phpcompta/tags/rel670

........
  r5547 | danydb | 2013-11-28 14:48:09 +0100 (jeu., 28 nov. 2013) | 1 line
  
  sort the array for fiche properly to have the name BEFORE quickcode and 
accounting
........



Property changes on: phpcompta/trunk
___________________________________________________________________
Name: svnmerge-integrated
   - /phpcompta/tags/rel670:1-5539,5541-5545
   + /phpcompta/tags/rel670:1-5539,5541-5548

Modified: phpcompta/trunk/include/class_fiche.php
===================================================================
--- phpcompta/trunk/include/class_fiche.php     2013-11-28 13:49:44 UTC (rev 
5548)
+++ phpcompta/trunk/include/class_fiche.php     2013-11-28 13:50:39 UTC (rev 
5549)
@@ -741,6 +741,12 @@
         $this->id=$fiche_id;
         // first we create the card
         if ( $transaction)    $this->cn->start();
+        /*
+         * Sort the array for having the name AFTER the quickcode and the 
+         * Accounting
+         */
+        ksort($p_array);
+        
         try
         {
             $sql=sprintf("insert into fiche(f_id,fd_id)".



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]