noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 26/33: PRINTJRN Cosmetic : 2 columns reversed


From: dwm
Subject: [Noalyss-commit] [noalyss] 26/33: PRINTJRN Cosmetic : 2 columns reversed
Date: Thu, 18 Jul 2024 12:24:48 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 5ceaa4b489b414c00ae6c2922da80d612e0f2440
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Jul 12 19:08:43 2024 +0200

    PRINTJRN Cosmetic : 2 columns reversed
---
 include/template/acc_ledger_history_purchase_extended.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/acc_ledger_history_purchase_extended.php 
b/include/template/acc_ledger_history_purchase_extended.php
index 5d77428b6..86b669bcd 100644
--- a/include/template/acc_ledger_history_purchase_extended.php
+++ b/include/template/acc_ledger_history_purchase_extended.php
@@ -136,8 +136,8 @@ $a_detail=Database::fetch_all($det);
             <table style="width: 100%">
                 <tr>
                     <th><?=_("Item")?></th>
-                    <th class="num"><?=_("Prix Unit")?></th>
                     <th class="num"><?=_("Quantité")?></th>
+                    <th class="num"><?=_("Prix Unit")?></th>
                     <th class="num"><?=_("HTVA")?></th>
                     <th class="num"><?=_("TVA")?></th>
                     <th class="num"><?=_("Code TVA")?></th>



reply via email to

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