noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 30/39: Ergonomie : autoliquidation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 30/39: Ergonomie : autoliquidation
Date: Sat, 11 Jul 2020 13:20:46 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit af039f15583f6bd0be4f5834e9696c1e4c29ac44
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Wed Jun 24 13:07:13 2020 +0200

    Ergonomie : autoliquidation
---
 include/class/tva_rate_mtable.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/tva_rate_mtable.class.php 
b/include/class/tva_rate_mtable.class.php
index 403f513..460d7e8 100644
--- a/include/class/tva_rate_mtable.class.php
+++ b/include/class/tva_rate_mtable.class.php
@@ -53,8 +53,8 @@ class Tva_Rate_MTable extends Manage_Table_SQL
         $this->set_col_label("tva_purchase", _("TVA Achat (D)"));
         $this->set_col_type("tva_both_side", "select",
                 array(
-            ["value"=>0, "label"=>_("Normal")],
-            ["value"=>1, "label"=>_("Autoliquidation")]
+            ["value"=>0, "label"=>_("Non")],
+            ["value"=>1, "label"=>_("Oui")]
         ));
         $this->set_property_updatable("tva_id", FALSE);
         $this->set_col_label("tva_payment_purchase",_("Exigible achat"));



reply via email to

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