noalyss-commit
[Top][All Lists]
Advanced

[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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]