[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LET
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît pas. |
Date: |
Thu, 19 Sep 2024 02:41:48 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 7553786f46b26abad5397407d20c81628d70c27b
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Sep 2 20:11:58 2024 +0200
Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît
pas.
---
include/lettering.card.inc.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/lettering.card.inc.php b/include/lettering.card.inc.php
index d5aa2d69e..3405541c0 100644
--- a/include/lettering.card.inc.php
+++ b/include/lettering.card.inc.php
@@ -41,15 +41,16 @@ $poste->extra="all";
$poste->set_attribute('popup','ipopcard');
$poste->set_attribute('typecard','all');
$poste->set_callback('filter_card');
+$poste->set_attribute('label' ,'account_label');
-if (isset($_GET['acc'])) $poste->value=strtoupper(trim($http->get('acc')));
+if (isset($_GET['acc']))
$poste->value=strtoupper(noalyss_trim($http->get('acc')));
$poste_span=new ISpan('account_label');
$r= td(_('Lettrage pour la fiche ')).
- td($poste->input().$poste->search()).
- td($poste_span->input());
+ td($poste->input().$poste->search()) ;
echo tr($r);
+echo tr(td(""). td($poste_span->input(),'colspan="2"'));
// limit of the year
$exercice=$g_user->get_exercice();
$periode=new Periode($cn);
- [Noalyss-commit] [noalyss] 75/86: CSS font h2, (continued)
- [Noalyss-commit] [noalyss] 75/86: CSS font h2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 78/86: add detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 80/86: Cosmetic : animate bar menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 84/86: color, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 11/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 20/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 76/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 26/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 43/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 02/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît pas.,
dwm <=
- [Noalyss-commit] [noalyss] 13/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 22/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 24/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 30/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 33/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 37/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_quant_detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 49/86: Improve message, dwm, 2024/09/19