phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5428 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5428 - phpcompta/trunk/include
Date: Fri, 27 Sep 2013 00:13:54 +0200 (CEST)

Author: danydb
Date: 2013-09-27 00:13:54 +0200 (Fri, 27 Sep 2013)
New Revision: 5428

Modified:
   phpcompta/trunk/include/class_acc_ledger.php
Log:
typo

Modified: phpcompta/trunk/include/class_acc_ledger.php
===================================================================
--- phpcompta/trunk/include/class_acc_ledger.php        2013-09-26 22:12:40 UTC 
(rev 5427)
+++ phpcompta/trunk/include/class_acc_ledger.php        2013-09-26 22:13:54 UTC 
(rev 5428)
@@ -3470,7 +3470,7 @@
                $name = "";
                $code = "";
                $wType = new ISelect();
-                $a_jrn= $this->db->make_array("select '-1',' -- choix journal 
-- ' union select jrn_type_id,jrn_desc from jrn_type");
+                $a_jrn= $this->db->make_array("select '-1',' -- choix du type 
de journal -- ' union select jrn_type_id,jrn_desc from jrn_type");
                 $wType->selected='-1';
                $wType->value =$a_jrn;
                $wType->name = "p_jrn_type";



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