[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 12/86: Cosmetic #0002375: Menu COMPTA/LET/LET
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 12/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 c09e4693ba5d7038cf38af1665841bed144d4295
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] branch unstable updated (ae29565cf -> 852cddcc1), dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 01/86: Bug : fix create event from AGENDA, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 04/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 10/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 12/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît pas.,
dwm <=
- [Noalyss-commit] [noalyss] 15/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 06/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 09/86: C0OPT1 , C1MENU : improve doc, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 16/86: wip : cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 27/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 32/86: RECONCILE : fix bug : sum incorrect if several items RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 41/86: Bug : some db doesn't have the view v_quant_detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 42/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 03/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 35/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19