[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/06: code indent
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/06: code indent |
Date: |
Mon, 14 Dec 2015 11:30:46 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit dbc0c3b28094ca3ec78e26d6529d2c7375d97090
Author: Dany De Bontridder <address@hidden>
Date: Sun Dec 13 23:09:02 2015 +0100
code indent
---
include/fiche.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/fiche.inc.php b/include/fiche.inc.php
index 2752719..293c0c2 100644
--- a/include/fiche.inc.php
+++ b/include/fiche.inc.php
@@ -248,7 +248,7 @@ if ($_GET['histo'] == 3)
$export_pdf = '<FORM METHOD="get" ACTION="export.php" style="display:inline">';
$export_pdf.=HtmlInput::hidden('cat', $_GET['cat']);
$export_pdf.=HtmlInput::hidden('act', "PDF:fiche_balance") .
- $export_pdf.=HtmlInput::hidden('start', $_GET['start']);
+$export_pdf.=HtmlInput::hidden('start', $_GET['start']);
$export_pdf.=HtmlInput::hidden('end', $_GET['end']);
$export_pdf.=HtmlInput::hidden('histo', $_GET['histo']);
$export_pdf.=HtmlInput::request_to_hidden(array('allcard'));
- [Noalyss-commit] [noalyss] branch master updated (240211c -> a6de3a8), Dany De Bontridder, 2015/12/14
- [Noalyss-commit] [noalyss] 02/06: code indent,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 01/06: Task #1226 - Classement fiches par poste comptable - sous-poste #1226 : forcer le classement en text en ajoutant "TEXT", Dany De Bontridder, 2015/12/14
- [Noalyss-commit] [noalyss] 04/06: Task #1226 - Classement fiches par poste comptable - sous-poste #1226 : forcer le classement en text en ajoutant "TEXT", Dany De Bontridder, 2015/12/14
- [Noalyss-commit] [noalyss] 03/06: Task #1249 - Recherche dans CUSTOMER , SUPPLIER, Dany De Bontridder, 2015/12/14
- [Noalyss-commit] [noalyss] 06/06: Task #1247 - Fiche figée si " ' " dans le quickcode #1247 : corrige script pour quick-code et enlève fonctions inutiles, Dany De Bontridder, 2015/12/14
- [Noalyss-commit] [noalyss] 05/06: Esthetic, Dany De Bontridder, 2015/12/14