[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 127/238: Merge commit '3f53de417dd89e9a90a386
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 127/238: Merge commit '3f53de417dd89e9a90a386404f93f8648155e046' into r700-currency |
Date: |
Sat, 26 Oct 2019 04:40:50 -0400 (EDT) |
sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.
commit b82aae9cbdc20008dc1d7e2c9566b04fdcbf21f4
Merge: f0499ac 3f53de4
Author: Dany De Bontridder <address@hidden>
Date: Wed Dec 26 13:05:56 2018 +0100
Merge commit '3f53de417dd89e9a90a386404f93f8648155e046' into r700-currency
include/lib/manage_table_sql.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --cc include/lib/manage_table_sql.class.php
index b39e05a,51aef22..a60ce24
--- a/include/lib/manage_table_sql.class.php
+++ b/include/lib/manage_table_sql.class.php
@@@ -811,28 -811,26 +811,28 @@@ function check(
*/
$idx=$p_row[$v];
/*
- * Check if index exists
- */
+ * Check if index exists
+ */
$array_to_search=$this->a_select[$v];
$value=$p_row[$v];
- $nb_search=count($array_to_search);
+
+
$nb_search=(is_array($array_to_search))?count($array_to_search):0;
$found=FALSE;
- for ( $e=0;$e< $nb_search;$e++) {
- if (isset ($array_to_search[$e]['value']) &&
$array_to_search[$e]['value']==$value ) {
+ for ($e=0; $e<$nb_search; $e++)
+ {
+ if
(isset($array_to_search[$e]['value'])&&$array_to_search[$e]['value']==$value)
+ {
$found=TRUE;
echo td($array_to_search[$e]['label']);
}
}
- if ( ! $found) {
+ if (!$found)
+ {
echo td("--");
-
}
- }
-
- }else {
+ else
+ {
echo td($p_row[$v]);
}
}
- [Noalyss-commit] [noalyss] 98/238: Fin currency : detail operation show currency , rate and amount, (continued)
- [Noalyss-commit] [noalyss] 98/238: Fin currency : detail operation show currency , rate and amount, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 104/238: Reverse for Currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 101/238: Currency : SQL quant_fin is adapted, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 100/238: Currency : financial use the rate depending of the operation date, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 108/238: acc_ledger_fin . translation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 99/238: Modify quant_fin , we add a column j_id to have a fk to jrnx and operation_currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 109/238: Indentation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 116/238: Database upgrade 131, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 111/238: Currency : sales in listing mode, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 115/238: Currency : ledger printing for FIN + detail operation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 127/238: Merge commit '3f53de417dd89e9a90a386404f93f8648155e046' into r700-currency,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 118/238: Currency : export CSV history for card and accounting, fix bug with unneeded oc_vat_amount + add the currency rate, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 114/238: Currency : purchase oneline + extended html and csv, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 121/238: Currency : error when displaying, add 4 due to a mistype instruction, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 128/238: Missing bracket, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 136/238: Translation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 131/238: Translation + use of httpInput, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 148/238: remove commented code, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 125/238: Merge branch 'master' into r700-currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 170/238: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 129/238: Esthetic with button "Add accounting", Dany De Bontridder, 2019/10/26