diff --git a/htdocs/compta/journal/purchasesjournal.php b/htdocs/compta/journal/purchasesjournal.php index 2bc754ccf11be..6196d08f7417d 100644 --- a/htdocs/compta/journal/purchasesjournal.php +++ b/htdocs/compta/journal/purchasesjournal.php @@ -251,8 +251,6 @@ print ""; - // End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/journal/sellsjournal.php b/htdocs/compta/journal/sellsjournal.php index 24b36cf76c071..8a2d5080a30c3 100644 --- a/htdocs/compta/journal/sellsjournal.php +++ b/htdocs/compta/journal/sellsjournal.php @@ -282,7 +282,6 @@ print ""; - // End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/localtax/card.php b/htdocs/compta/localtax/card.php index e8a84fcc9e1b3..c58a61032efd4 100644 --- a/htdocs/compta/localtax/card.php +++ b/htdocs/compta/localtax/card.php @@ -299,6 +299,7 @@ print ""; } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/localtax/clients.php b/htdocs/compta/localtax/clients.php index 9502ff46d2d9a..ce76d74b80338 100644 --- a/htdocs/compta/localtax/clients.php +++ b/htdocs/compta/localtax/clients.php @@ -325,5 +325,6 @@ } print ''; +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/localtax/index.php b/htdocs/compta/localtax/index.php index c62034ee65c8c..065c935c60070 100644 --- a/htdocs/compta/localtax/index.php +++ b/htdocs/compta/localtax/index.php @@ -587,5 +587,6 @@ function pt($db, $sql, $date) print ''; +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/localtax/list.php b/htdocs/compta/localtax/list.php index 0e32a249f1752..37ead35433c0b 100644 --- a/htdocs/compta/localtax/list.php +++ b/htdocs/compta/localtax/list.php @@ -103,5 +103,6 @@ dol_print_error($db); } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/localtax/quadri_detail.php b/htdocs/compta/localtax/quadri_detail.php index 31729693f3791..17a54f9e3f356 100644 --- a/htdocs/compta/localtax/quadri_detail.php +++ b/htdocs/compta/localtax/quadri_detail.php @@ -640,5 +640,6 @@ } print ''; +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/paiement/card.php b/htdocs/compta/paiement/card.php index 656d6c673f2c6..31c557373d0f7 100644 --- a/htdocs/compta/paiement/card.php +++ b/htdocs/compta/paiement/card.php @@ -450,6 +450,6 @@ print ''; +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/paiement/cheque/card.php b/htdocs/compta/paiement/cheque/card.php index 428f55f9362f7..647cdadaf044f 100644 --- a/htdocs/compta/paiement/cheque/card.php +++ b/htdocs/compta/paiement/cheque/card.php @@ -806,8 +806,6 @@ } } - - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/paiement/cheque/index.php b/htdocs/compta/paiement/cheque/index.php index b6770e62d3332..ecb035caeb88b 100644 --- a/htdocs/compta/paiement/cheque/index.php +++ b/htdocs/compta/paiement/cheque/index.php @@ -151,6 +151,6 @@ print ''; +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/paiement/cheque/list.php b/htdocs/compta/paiement/cheque/list.php index 44fd508dc3d15..2f0c659269469 100644 --- a/htdocs/compta/paiement/cheque/list.php +++ b/htdocs/compta/paiement/cheque/list.php @@ -250,6 +250,6 @@ dol_print_error($db); } - +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/paiement/index.php b/htdocs/compta/paiement/index.php index 7f1597b5afce4..5bcda0116157d 100644 --- a/htdocs/compta/paiement/index.php +++ b/htdocs/compta/paiement/index.php @@ -31,5 +31,6 @@ print load_fiche_titre("Payments"); +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/paiement/info.php b/htdocs/compta/paiement/info.php index 9f55761dba04e..86e45508b2c8b 100644 --- a/htdocs/compta/paiement/info.php +++ b/htdocs/compta/paiement/info.php @@ -76,5 +76,6 @@ dol_fiche_end(); +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php index 064ca877c3f41..5b5124b2b809e 100644 --- a/htdocs/compta/paiement/list.php +++ b/htdocs/compta/paiement/list.php @@ -371,5 +371,6 @@ dol_print_error($db); } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/paiement/rapport.php b/htdocs/compta/paiement/rapport.php index 3e6427f6ac24a..c2c63aea84d20 100644 --- a/htdocs/compta/paiement/rapport.php +++ b/htdocs/compta/paiement/rapport.php @@ -166,6 +166,6 @@ } } +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/paiement/tovalidate.php b/htdocs/compta/paiement/tovalidate.php index e60f65f924e8a..9fea9afa5dfc0 100644 --- a/htdocs/compta/paiement/tovalidate.php +++ b/htdocs/compta/paiement/tovalidate.php @@ -139,5 +139,6 @@ print ""; } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/payment_sc/card.php b/htdocs/compta/payment_sc/card.php index b395016aeed6b..b22d4d21e4387 100644 --- a/htdocs/compta/payment_sc/card.php +++ b/htdocs/compta/payment_sc/card.php @@ -323,8 +323,6 @@ print ''; - - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/prelevement/bons.php b/htdocs/compta/prelevement/bons.php index c7fee1f70a855..a6d1f480a062c 100644 --- a/htdocs/compta/prelevement/bons.php +++ b/htdocs/compta/prelevement/bons.php @@ -183,7 +183,6 @@ dol_print_error($db); } - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php index 84c4087e45168..be914f2333d0c 100644 --- a/htdocs/compta/prelevement/card.php +++ b/htdocs/compta/prelevement/card.php @@ -419,6 +419,6 @@ } } +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php index 191a54b748451..7ddf1a114cd03 100644 --- a/htdocs/compta/prelevement/create.php +++ b/htdocs/compta/prelevement/create.php @@ -324,5 +324,6 @@ } */ +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/prelevement/demandes.php b/htdocs/compta/prelevement/demandes.php index b5058b5c685a1..10c390ed5bd0c 100644 --- a/htdocs/compta/prelevement/demandes.php +++ b/htdocs/compta/prelevement/demandes.php @@ -167,5 +167,6 @@ dol_print_error($db); } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/prelevement/factures.php b/htdocs/compta/prelevement/factures.php index d4593a3dcefa3..df71dcb3f31b9 100644 --- a/htdocs/compta/prelevement/factures.php +++ b/htdocs/compta/prelevement/factures.php @@ -296,7 +296,6 @@ dol_print_error($db); } - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/prelevement/fiche-rejet.php b/htdocs/compta/prelevement/fiche-rejet.php index ebf3876406b1e..3819c14585107 100644 --- a/htdocs/compta/prelevement/fiche-rejet.php +++ b/htdocs/compta/prelevement/fiche-rejet.php @@ -245,5 +245,6 @@ dol_print_error($db); } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/prelevement/fiche-stat.php b/htdocs/compta/prelevement/fiche-stat.php index e4371abfb5c43..a3a1d06e322d9 100644 --- a/htdocs/compta/prelevement/fiche-stat.php +++ b/htdocs/compta/prelevement/fiche-stat.php @@ -193,5 +193,6 @@ } } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/prelevement/index.php b/htdocs/compta/prelevement/index.php index 83f14169d4c0c..673b83d15aa55 100644 --- a/htdocs/compta/prelevement/index.php +++ b/htdocs/compta/prelevement/index.php @@ -221,6 +221,6 @@ print ''; +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/prelevement/ligne.php b/htdocs/compta/prelevement/ligne.php index 8cad6ed70d58e..a1aaa932b5b51 100644 --- a/htdocs/compta/prelevement/ligne.php +++ b/htdocs/compta/prelevement/ligne.php @@ -334,6 +334,6 @@ } } +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/prelevement/list.php b/htdocs/compta/prelevement/list.php index cac9e52b3c93b..ead1bfff08fd4 100644 --- a/htdocs/compta/prelevement/list.php +++ b/htdocs/compta/prelevement/list.php @@ -213,5 +213,6 @@ dol_print_error($db); } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/prelevement/rejets.php b/htdocs/compta/prelevement/rejets.php index 2e340a2c8012a..5c38b29954e97 100644 --- a/htdocs/compta/prelevement/rejets.php +++ b/htdocs/compta/prelevement/rejets.php @@ -120,5 +120,6 @@ dol_print_error($db); } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/prelevement/stats.php b/htdocs/compta/prelevement/stats.php index 7c878787e8994..ab233a61be3a8 100644 --- a/htdocs/compta/prelevement/stats.php +++ b/htdocs/compta/prelevement/stats.php @@ -225,7 +225,7 @@ dol_print_error($db); } +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php index c9e32b9a97fc5..b30e65310b351 100644 --- a/htdocs/compta/resultat/clientfourn.php +++ b/htdocs/compta/resultat/clientfourn.php @@ -1210,6 +1210,6 @@ print ""; print '
'; +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php index fbbc7a36eef13..1bfd767ef19a0 100644 --- a/htdocs/compta/resultat/index.php +++ b/htdocs/compta/resultat/index.php @@ -1009,5 +1009,6 @@ print ""; print ''; +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php index 23c7e91b989da..87127fdb4cf98 100644 --- a/htdocs/compta/resultat/result.php +++ b/htdocs/compta/resultat/result.php @@ -537,5 +537,6 @@ print ""; print ''; +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/salaries/card.php b/htdocs/compta/salaries/card.php index 30b4164e81bd6..3d8cf0a38ab74 100644 --- a/htdocs/compta/salaries/card.php +++ b/htdocs/compta/salaries/card.php @@ -486,8 +486,6 @@ print ""; } - - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/salaries/document.php b/htdocs/compta/salaries/document.php index b40fef80a515d..5209c281f68bb 100644 --- a/htdocs/compta/salaries/document.php +++ b/htdocs/compta/salaries/document.php @@ -133,6 +133,6 @@ print $langs->trans("ErrorUnknown"); } +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/salaries/index.php b/htdocs/compta/salaries/index.php index 0b70275654f10..d9942d86b7960 100644 --- a/htdocs/compta/salaries/index.php +++ b/htdocs/compta/salaries/index.php @@ -294,6 +294,6 @@ dol_print_error($db); } - +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/salaries/info.php b/htdocs/compta/salaries/info.php index 467abe3618c83..d2f02f3dc8f4f 100644 --- a/htdocs/compta/salaries/info.php +++ b/htdocs/compta/salaries/info.php @@ -79,6 +79,6 @@ dol_fiche_end(); +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/salaries/stats/index.php b/htdocs/compta/salaries/stats/index.php index 3e6fd56a26606..7c7dbb43e3a69 100644 --- a/htdocs/compta/salaries/stats/index.php +++ b/htdocs/compta/salaries/stats/index.php @@ -288,7 +288,6 @@ dol_fiche_end(); - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php index 697253b90eb6d..30dcd381ae26c 100644 --- a/htdocs/compta/sociales/card.php +++ b/htdocs/compta/sociales/card.php @@ -750,7 +750,6 @@ } } - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/sociales/document.php b/htdocs/compta/sociales/document.php index 6c2bbd22a83ea..b2f73768e96ea 100644 --- a/htdocs/compta/sociales/document.php +++ b/htdocs/compta/sociales/document.php @@ -168,7 +168,6 @@ print $langs->trans("ErrorUnknown"); } - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/sociales/index.php b/htdocs/compta/sociales/index.php index bd323c972fed4..6a0250804f188 100644 --- a/htdocs/compta/sociales/index.php +++ b/htdocs/compta/sociales/index.php @@ -304,5 +304,6 @@ dol_print_error($db); } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/sociales/info.php b/htdocs/compta/sociales/info.php index 4e184e2099fab..bd21db108c1ed 100644 --- a/htdocs/compta/sociales/info.php +++ b/htdocs/compta/sociales/info.php @@ -115,6 +115,6 @@ print ''; +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/sociales/payments.php b/htdocs/compta/sociales/payments.php index 3b7f68f8c836b..b70cc3649b225 100644 --- a/htdocs/compta/sociales/payments.php +++ b/htdocs/compta/sociales/payments.php @@ -480,7 +480,6 @@ print ''; - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/stats/byratecountry.php b/htdocs/compta/stats/byratecountry.php index 2c43db42d1366..74ec0bfe4ae0e 100644 --- a/htdocs/compta/stats/byratecountry.php +++ b/htdocs/compta/stats/byratecountry.php @@ -414,7 +414,6 @@ print '
'.$langs->trans("TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant") . '
'; } - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/stats/cabyprodserv.php b/htdocs/compta/stats/cabyprodserv.php index 5d28ab3e077e2..712bb950bb2e3 100644 --- a/htdocs/compta/stats/cabyprodserv.php +++ b/htdocs/compta/stats/cabyprodserv.php @@ -461,5 +461,6 @@ print '
'.$langs->trans("TurnoverPerProductInCommitmentAccountingNotRelevant") . '
'; } +// End of page llxFooter(); $db->close(); diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php index ccb286c142096..72dfd3a5637d3 100644 --- a/htdocs/compta/stats/cabyuser.php +++ b/htdocs/compta/stats/cabyuser.php @@ -465,7 +465,6 @@ print ''; print ''; - +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php index 8e00dfe5fbe41..af6bd7fc62528 100644 --- a/htdocs/compta/stats/casoc.php +++ b/htdocs/compta/stats/casoc.php @@ -646,6 +646,6 @@ print ''; +// End of page llxFooter(); - $db->close(); diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php index c255d23666470..38df153a5609a 100644 --- a/htdocs/compta/stats/index.php +++ b/htdocs/compta/stats/index.php @@ -629,6 +629,6 @@ */ +// End of page llxFooter(); - $db->close();