phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r732 - trunk/coprop/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r732 - trunk/coprop/include
Date: Tue, 29 Jul 2014 22:18:48 +0200 (CEST)

Author: danydb
Date: 2014-07-29 22:18:48 +0200 (Tue, 29 Jul 2014)
New Revision: 732

Modified:
   trunk/coprop/include/appel_fond.inc.php
Log:
Afficher les clef par order alphabetique

Modified: trunk/coprop/include/appel_fond.inc.php
===================================================================
--- trunk/coprop/include/appel_fond.inc.php     2014-07-29 20:17:48 UTC (rev 
731)
+++ trunk/coprop/include/appel_fond.inc.php     2014-07-29 20:18:48 UTC (rev 
732)
@@ -207,7 +207,7 @@
 $f_categorie_appel_bt = $categorie_appel->search();
 
 $key = new ISelect("key");
-$key->value = $cn->make_array("select cr_id,cr_name from 
coprop.clef_repartition");
+$key->value = $cn->make_array("select cr_id,cr_name from 
coprop.clef_repartition order by cr_name");
 $key->selected = HtmlInput::default_value('key', -1, $_GET);
 
 $f_add_button = new IButton('add_card');



---
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]