[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/12: PDFLand has now his own file
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 03/12: PDFLand has now his own file |
Date: |
Thu, 12 Sep 2019 16:01:23 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit e53ff6718ec29825370cda11666efb584f8532a5
Author: Dany De Bontridder <address@hidden>
Date: Mon Sep 9 19:54:20 2019 +0200
PDFLand has now his own file
---
html/extension.raw.php | 4 ++--
include/class/print_ledger_detail_item.class.php | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/html/extension.raw.php b/html/extension.raw.php
index 728aafa..d8f8abb 100644
--- a/html/extension.raw.php
+++ b/html/extension.raw.php
@@ -34,7 +34,7 @@ require_once NOALYSS_INCLUDE.'/lib/iselect.class.php';
require_once NOALYSS_INCLUDE.'/class/user.class.php';
global $g_user,$cn,$g_parameter;
-
+$http=new HttpInput();
$cn=Dossier::connect();
$g_user=new User($cn);
$g_user->check();
@@ -42,7 +42,7 @@ $only_plugin=$g_user->check_dossier(dossier::id());
set_language();
$ext=new Extension($cn);
-if ( $ext->search($_REQUEST['plugin_code']) != -1 )
+if ( $ext->search($http->request("plugin_code")) != -1 )
{
/* security */
if ( !isset ($_SESSION['g_user']) ||
$ext->can_request($_SESSION['g_user']) == 0 )
diff --git a/include/class/print_ledger_detail_item.class.php
b/include/class/print_ledger_detail_item.class.php
index a92ea36..745fea5 100644
--- a/include/class/print_ledger_detail_item.class.php
+++ b/include/class/print_ledger_detail_item.class.php
@@ -25,6 +25,8 @@
*/
require_once NOALYSS_INCLUDE.'/class/acc_ledger_sold.class.php';
require_once NOALYSS_INCLUDE.'/class/acc_ledger_purchase.class.php';
+require_once NOALYSS_INCLUDE.'/class/pdf_land.class.php';
+
class Print_Ledger_Detail_Item extends PDFLand
{
public function __construct (Database $p_cn,Acc_Ledger $p_jrn)
- [Noalyss-commit] [noalyss] branch master updated (dcd880f -> f4d6c5c), Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 03/12: PDFLand has now his own file,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 05/12: Periode : order by date asc, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 01/12: #0001736: PHP7 comptability, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 02/12: #0001736: PHP7 comptability, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 04/12: Data_SQL database connexion private, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 08/12: Bug : for customer without vat, there is not variable e_march_x_tva, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 07/12: Code cleaning : remove dead code, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 06/12: Periode : when searching for a ledger , you can set a periode, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 12/12: Merge branch 'dev7109', Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 11/12: Mantis #0001442: CA - facilité de manipulation - effacement Button for cleaning detail analytique in operation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 10/12: Version set to 7.1, Dany De Bontridder, 2019/09/12