[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/26: add detail
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 01/26: add detail |
Date: |
Wed, 25 Sep 2024 06:44:47 -0400 (EDT) |
sparkyx pushed a commit to branch pre-stable
in repository noalyss.
commit 550d80f0210bb35e9879bff46516baa301b064b4
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Sep 17 18:07:54 2024 +0200
add detail
---
include/template/tax_summary_display.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/template/tax_summary_display.php
b/include/template/tax_summary_display.php
index 60e2feb55..c40e6983a 100644
--- a/include/template/tax_summary_display.php
+++ b/include/template/tax_summary_display.php
@@ -76,7 +76,7 @@ for ($i=0;$i < $nb_array;$i++):
// add a link to see the detail in ajax : ajax_ledger.php
$js_detail = $this->build_link_detail($dossier_id, $this->date_start,
$this->date_end,$array[$i]['jrn_def_id'], $array[$i]['qs_vat_code']);
?>
- <a href="javascript:void(0)" onclick="<?=$js_detail?>">Détails</a>
+ <a href="javascript:void(0)" class="super"
onclick="<?=$js_detail?>">Détails</a>
</td>
<td class="num">
<?=$array[$i]['tva_rate']*100?>%
@@ -235,7 +235,7 @@ for ($i=0;$i < $nb_array;$i++):
// add a link to see the detail in ajax : ajax_ledger.php
$js_detail = $this->build_link_detail($dossier_id,
$this->date_start, $this->date_end,$array[$i]['jrn_def_id'],
$array[$i]['qp_vat_code']);
?>
- <a href="javascript:void(0)" onclick="<?=$js_detail?>">Détails</a>
+ <a href="javascript:void(0)" onclick="<?=$js_detail?>"
class="super">Détails</a>
</td>
<td>
<?=$array[$i]['tva_rate']*100?>%
- [Noalyss-commit] [noalyss] branch pre-stable updated (ae29565cf -> f553d76fb), dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 09/26: Cosmetic g_failed, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 01/26: add detail,
dwm <=
- [Noalyss-commit] [noalyss] 06/26: Change color border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 10/26: Fix : France saldo until end of exercice in Gestion, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 19/26: TVA show up , sorted by ID, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/26: color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 16/26: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 25/26: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 20/26: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/26: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/26: css : Cosmetic add CSS h-section, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/26: Change color border, dwm, 2024/09/25