From 5761014b18713dacd5ef3668e45f554bb5bdf91a Mon Sep 17 00:00:00 2001 From: Dany wm DB Date: Fri, 9 Jun 2023 22:02:21 +0200 Subject: [PATCH] Ergonomy : add placeholder for VAT --- include/lib/itva_popup.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lib/itva_popup.class.php b/include/lib/itva_popup.class.php index 0f3913f6a..b88118cfa 100644 --- a/include/lib/itva_popup.class.php +++ b/include/lib/itva_popup.class.php @@ -101,8 +101,8 @@ class ITva_Popup extends HtmlInput $strAttribut = $this->get_node_attribute(); - $str = ''; - $r = sprintf($str, $this->name, $this->value, $this->id, $this->js, $strAttribut); + $str = ''; + $r = sprintf($str, $this->name, $this->value, $this->id, _("C.TVA"),$this->js, $strAttribut); $r.=$code; if ($this->in_table) $table = '' . '' . td($r);