[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/12: Generate document : DESCRIPTION for in
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 05/12: Generate document : DESCRIPTION for invoice (e_comm) |
Date: |
Fri, 15 Jan 2021 09:40:05 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 754735430167a91dc05433e6456ba8e0ae83dd1c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Jan 4 17:41:34 2021 +0100
Generate document : DESCRIPTION for invoice (e_comm)
---
include/class/document.class.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/class/document.class.php b/include/class/document.class.php
index d7b7f87..c74a0b6 100644
--- a/include/class/document.class.php
+++ b/include/class/document.class.php
@@ -1206,6 +1206,8 @@ class Document
,[$p_array['ag_id']]);
return $description;
}
+ if ( isset($p_array['e_comm'])) {return $p_array['e_comm'] ; }
+
return "";
break;
- [Noalyss-commit] [noalyss] branch master updated (a723604 -> 9e40622), Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 02/12: SQL : improve vw_fiche_attr with index, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 03/12: Task #0001869: Session key : clef de session, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 01/12: Export GL PDF : no row found for an accounting, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 04/12: Bug : if all the quantity are NULL, then we have only one row in jrn, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 05/12: Generate document : DESCRIPTION for invoice (e_comm),
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 08/12: code cleaning and replace $_SERVER['SCRIPT_FILENAME'] by $_SERVER['PHP_SELF'] SCRIPT_FILENAME in a FPM environment is the CGI script, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 09/12: Card : attribute 54 is now a column for each card, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 10/12: javascript message , use function htmlspecialchar instead of escape_xml, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 06/12: Bug : DESCRIPTION tag, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 12/12: Tache #1844 Menu : ouverture menu par défaut, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 11/12: Correct bug #0001882: predefined operation ODS not visible, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 07/12: Card : attribute 54 is now a column for each card, Dany De Bontridder, 2021/01/15