noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 08/10: Remove VAT_CODE in printing ledgers


From: dwm
Subject: [Noalyss-commit] [noalyss] 08/10: Remove VAT_CODE in printing ledgers
Date: Wed, 9 Aug 2023 09:20:23 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8b630f32fff193dd77cc14e09e60794be8b18348
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Aug 9 13:10:45 2023 +0200

    Remove VAT_CODE in printing ledgers
---
 include/class/print_ledger_detail_item.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/print_ledger_detail_item.class.php 
b/include/class/print_ledger_detail_item.class.php
index 531927aa2..a29507128 100644
--- a/include/class/print_ledger_detail_item.class.php
+++ b/include/class/print_ledger_detail_item.class.php
@@ -175,7 +175,7 @@ class Print_Ledger_Detail_Item extends Print_Ledger
             $this->write_cell(20,$high,nbm($row['quantity']),0,0,'R');
             $this->write_cell(20,$high,nbm($row['price']),0,0,'R');
             $this->write_cell(20,$high,nbm($row['vat_sided']),0,0,'R');
-            $this->write_cell(20,$high,$row['vat_code']." ".$row['tva_label']);
+            $this->write_cell(20,$high,$row['tva_label']);
             $this->write_cell(20,$high,nbm($row['vat']),0,0,'R');
             $sum=bcadd($row['price'],$row['vat']);
             $this->write_cell(20,$high,nbm($sum),0,0,'R');



reply via email to

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