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

_______________________________________________
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

Reply via email to