[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 12/33: Menu not printable
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 12/33: Menu not printable |
Date: |
Thu, 18 Jul 2024 12:24:45 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 09a358415b4a39c00f128bd66aba3872ad731d4e
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Tue Jun 25 16:32:04 2024 +0200
Menu not printable
---
include/lib/ac_common.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php
index 597a62df5..dccd98b17 100644
--- a/include/lib/ac_common.php
+++ b/include/lib/ac_common.php
@@ -541,9 +541,9 @@ function ShowItem($p_array, $p_dir='V', $class="nav-item",
$class_ref="nav-link"
// direction Vertical
if ($p_dir == 'V')
{
- $ret .= "<ul class=\"$p_extra \" flex-row>";
+ $ret .= "<ul class=\"$p_extra noprint \" flex-row>";
} else {
- $ret .= "<ul class=\"$p_extra \" >";
+ $ret .= "<ul class=\"$p_extra noprint \" >";
}
- [Noalyss-commit] [noalyss] 19/33: ACH-13 : extourne also analytic, (continued)
- [Noalyss-commit] [noalyss] 19/33: ACH-13 : extourne also analytic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 23/33: Bug : ven-3 duplicate does not work with currency : incorrect amount, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 24/33: allow many-to-many lettering + cosmetic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 20/33: Fix cosmetic : export Operation PDF: anc not printed properly, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color of menu1, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 03/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 01/33: tag 9206, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 05/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 26/33: PRINTJRN Cosmetic : 2 columns reversed, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 27/33: SQL : menu cosmetic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 12/33: Menu not printable,
dwm <=
- [Noalyss-commit] [noalyss] 14/33: PHP8.2 Allow Dynamic Properties, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 13/33: PRINTTVA : display tva_code, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 30/33: ODS : duplicate in currency, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 25/33: Block new operation with deactivated card, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 15/33: Menu not printable, dwm, 2024/07/18