[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/12: Periode : order by date asc
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 05/12: Periode : order by date asc |
Date: |
Thu, 12 Sep 2019 16:01:24 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 60902a75b73c86ea6f22495a6811afe273ba63ee
Author: Dany De Bontridder <address@hidden>
Date: Thu Sep 12 20:09:14 2019 +0200
Periode : order by date asc
---
include/class/periode_ledger_table.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/class/periode_ledger_table.class.php
b/include/class/periode_ledger_table.class.php
index d3b9c28..263b231 100644
--- a/include/class/periode_ledger_table.class.php
+++ b/include/class/periode_ledger_table.class.php
@@ -73,7 +73,7 @@ class Periode_Ledger_Table
}
function get_resource_periode_ledger($p_ledger_id)
{
- $ret=$this->cn->exec_sql($this->sql." where jrn_def_id = $1 order by
p_start desc",[$p_ledger_id]);
+ $ret=$this->cn->exec_sql($this->sql." where jrn_def_id = $1 order by
p_start asc",[$p_ledger_id]);
return $ret;
}
/**
- [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, 2019/09/12
- [Noalyss-commit] [noalyss] 05/12: Periode : order by date asc,
Dany De Bontridder <=
- [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
- [Noalyss-commit] [noalyss] 09/12: Improve Doxygen, Dany De Bontridder, 2019/09/12