[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 19/218: Task #448 : currency : cosmetic opera
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 19/218: Task #448 : currency : cosmetic operation detail |
Date: |
Thu, 12 Sep 2019 15:58:32 -0400 (EDT) |
sparkyx pushed a commit to branch entreprise
in repository noalyss.
commit 73b93b62931a165a75fd2baf8ecc73ef37fb2c52
Author: Dany De Bontridder <address@hidden>
Date: Thu May 10 10:12:43 2018 +0200
Task #448 : currency : cosmetic operation detail
---
include/template/ledger_detail_ach.php | 4 +---
include/template/ledger_detail_ven.php | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/template/ledger_detail_ach.php
b/include/template/ledger_detail_ach.php
index 66a9d95..9878335 100644
--- a/include/template/ledger_detail_ach.php
+++ b/include/template/ledger_detail_ach.php
@@ -109,8 +109,7 @@ $str_anc="";
</tr>
</table>
- <div class="myfieldset">
- <table class="result">
+ <table class="result" style="margin-left:4px">
<?php
bcscale(2);
$total_htva = 0;
@@ -276,7 +275,6 @@ $str_anc="";
}
?>
- </div>
<?php
diff --git a/include/template/ledger_detail_ven.php
b/include/template/ledger_detail_ven.php
index 11e41d9..6080f57 100644
--- a/include/template/ledger_detail_ven.php
+++ b/include/template/ledger_detail_ven.php
@@ -117,7 +117,7 @@ echo $ipaid->input();
</tr>
</table>
- <table class="result">
+ <table class="result" style="margin-left:4px">
<?php
bcscale(2);
$total_htva = 0;
- [Noalyss-commit] [noalyss] branch entreprise created (now 0030779), Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 01/218: create currency SQL tables, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 02/218: Currency : add PHP Class for SQL table, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 03/218: Currency : create view + add currency name to table currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 06/218: Currency : add ajax call to delete one rate , add documentation , remove debug info, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 12/218: Action_Code : add validate, cancel and modify icon, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 15/218: insert_jrnx : add debug, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 19/218: Task #448 : currency : cosmetic operation detail,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 07/218: Currency : add menu for currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 11/218: Currency : SQL menu change, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 14/218: INum : add function onchange with inplace edit, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 10/218: Currency : add SQL constraint + doc, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 05/218: html_page_start : protect query, improve code, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 08/218: Currency = add a mode currency, possible to work without, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 04/218: Currency : add test file + database file + mtable, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 21/218: Task #448 : issue with reconciliation amount, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 22/218: Task #448 : identical operation with currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 24/218: Task #448 : rounded value for VEN, Dany De Bontridder, 2019/09/12