[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 07/73: cosmetic col. alignment
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 07/73: cosmetic col. alignment |
Date: |
Fri, 28 May 2021 05:26:15 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 38828637e3f32c1d069bd1a077c66e2485abb9b8
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Apr 5 16:59:27 2021 +0200
cosmetic col. alignment
---
include/class/acc_ledger_search.class.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/class/acc_ledger_search.class.php
b/include/class/acc_ledger_search.class.php
index a85dfc5..81527a6 100644
--- a/include/class/acc_ledger_search.class.php
+++ b/include/class/acc_ledger_search.class.php
@@ -981,16 +981,20 @@ class Acc_Ledger_Search
$tot=round($tot, 4);
$r.="<TR>";
$r.='<TD COLSPAN="5">Total</TD>';
+ $r.=td("").td("").td("").td('');
$r.='<TD ALIGN="RIGHT">'.nbm($tot)."</TD>";
$r.="</tr>";
if ($p_paid!=0)
{
$r.="<TR>";
$r.='<TD COLSPAN="5">'._("PayƩ").'</TD>';
+ $r.=td("").td("").td("").td('');
$r.='<TD ALIGN="RIGHT">'.nbm($amount_paid)."</TD>";
$r.="</tr>";
+
$r.="<TR>";
$r.='<TD COLSPAN="5">'._("Non payƩ").'</TD>';
+ $r.=td("").td("").td("").td('');
$r.='<TD ALIGN="RIGHT">'.nbm($amount_unpaid)."</TD>";
$r.="</tr>";
}
- [Noalyss-commit] [noalyss] branch master updated (709bc17 -> 2fca23e), Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 03/73: typo, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 02/73: Improve ##0001905 company parameter, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 04/73: comptability version 7.0, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 13/73: SQL file for action, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 07/73: cosmetic col. alignment,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 11/73: Sendmail : improve , add abilities to add headers, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 23/73: remove debug info, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 21/73: Fix : warning when Acc_Param not set properly for BANK, CASH,, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 19/73: Merge branch 'dev-8104', Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 35/73: improve cosmetic, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 01/73: Nouveau logo, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 09/73: CSS : position dashboard and ledger name, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 12/73: Cosmetic, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 22/73: Fix bug : not TVA asked, Dany De Bontridder, 2021/05/28
- [Noalyss-commit] [noalyss] 20/73: Cosmetic : place of login, Dany De Bontridder, 2021/05/28