Skip to content

Commit

Permalink
Merge pull request #9223 from grandoc/new_branch_08_08_2018
Browse files Browse the repository at this point in the history
Standardize
  • Loading branch information
eldy committed Aug 12, 2018
2 parents 4c269f3 + 5b8b4a1 commit 35c22b2
Show file tree
Hide file tree
Showing 47 changed files with 45 additions and 43 deletions.
2 changes: 0 additions & 2 deletions htdocs/compta/journal/purchasesjournal.php
Expand Up @@ -251,8 +251,6 @@

print "</table>";


// End of page
llxFooter();

$db->close();
1 change: 0 additions & 1 deletion htdocs/compta/journal/sellsjournal.php
Expand Up @@ -282,7 +282,6 @@

print "</table>";


// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/localtax/card.php
Expand Up @@ -299,6 +299,7 @@
print "</div>";
}

// End of page
llxFooter();
$db->close();

1 change: 1 addition & 0 deletions htdocs/compta/localtax/clients.php
Expand Up @@ -325,5 +325,6 @@
}
print '</table>';

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/localtax/index.php
Expand Up @@ -587,5 +587,6 @@ function pt($db, $sql, $date)

print '</div></div>';

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/localtax/list.php
Expand Up @@ -103,5 +103,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/localtax/quadri_detail.php
Expand Up @@ -640,5 +640,6 @@
}
print '</table>';

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/paiement/card.php
Expand Up @@ -450,6 +450,6 @@

print '</div>';

// End of page
llxFooter();

$db->close();
4 changes: 1 addition & 3 deletions htdocs/compta/paiement/cheque/card.php
Expand Up @@ -806,8 +806,6 @@
}
}



// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/paiement/cheque/index.php
Expand Up @@ -151,6 +151,6 @@

print '</div></div></div>';

// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/paiement/cheque/list.php
Expand Up @@ -250,6 +250,6 @@
dol_print_error($db);
}


// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/paiement/index.php
Expand Up @@ -31,5 +31,6 @@

print load_fiche_titre("Payments");

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/paiement/info.php
Expand Up @@ -76,5 +76,6 @@

dol_fiche_end();

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/paiement/list.php
Expand Up @@ -371,5 +371,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/paiement/rapport.php
Expand Up @@ -166,6 +166,6 @@
}
}

// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/paiement/tovalidate.php
Expand Up @@ -139,5 +139,6 @@
print "</table>";
}

// End of page
llxFooter();
$db->close();
4 changes: 1 addition & 3 deletions htdocs/compta/payment_sc/card.php
Expand Up @@ -323,8 +323,6 @@

print '</div>';



// End of page
llxFooter();

$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/prelevement/bons.php
Expand Up @@ -183,7 +183,6 @@
dol_print_error($db);
}


// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/card.php
Expand Up @@ -419,6 +419,6 @@
}
}

// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/prelevement/create.php
Expand Up @@ -324,5 +324,6 @@
}
*/

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/prelevement/demandes.php
Expand Up @@ -167,5 +167,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/prelevement/factures.php
Expand Up @@ -296,7 +296,6 @@
dol_print_error($db);
}


// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/prelevement/fiche-rejet.php
Expand Up @@ -245,5 +245,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/prelevement/fiche-stat.php
Expand Up @@ -193,5 +193,6 @@
}
}

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/index.php
Expand Up @@ -221,6 +221,6 @@

print '</div></div></div>';

// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/ligne.php
Expand Up @@ -334,6 +334,6 @@
}
}

// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/prelevement/list.php
Expand Up @@ -213,5 +213,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/prelevement/rejets.php
Expand Up @@ -120,5 +120,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/stats.php
Expand Up @@ -225,7 +225,7 @@
dol_print_error($db);
}

// End of page
llxFooter();

$db->close();

2 changes: 1 addition & 1 deletion htdocs/compta/resultat/clientfourn.php
Expand Up @@ -1210,6 +1210,6 @@
print "</table>";
print '<br>';

// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/resultat/index.php
Expand Up @@ -1009,5 +1009,6 @@
print "</table>";
print '</div>';

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/resultat/result.php
Expand Up @@ -537,5 +537,6 @@
print "</table>";
print '</div>';

// End of page
llxFooter();
$db->close();
4 changes: 1 addition & 3 deletions htdocs/compta/salaries/card.php
Expand Up @@ -486,8 +486,6 @@
print "</div>";
}



// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/salaries/document.php
Expand Up @@ -133,6 +133,6 @@
print $langs->trans("ErrorUnknown");
}

// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/salaries/index.php
Expand Up @@ -294,6 +294,6 @@
dol_print_error($db);
}


// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/salaries/info.php
Expand Up @@ -79,6 +79,6 @@

dol_fiche_end();

// End of page
llxFooter();

$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/salaries/stats/index.php
Expand Up @@ -288,7 +288,6 @@

dol_fiche_end();


// End of page
llxFooter();

$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/sociales/card.php
Expand Up @@ -750,7 +750,6 @@
}
}


// End of page
llxFooter();

$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/sociales/document.php
Expand Up @@ -168,7 +168,6 @@
print $langs->trans("ErrorUnknown");
}


// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/sociales/index.php
Expand Up @@ -304,5 +304,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/sociales/info.php
Expand Up @@ -115,6 +115,6 @@

print '</div>';

// End of page
llxFooter();

$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/sociales/payments.php
Expand Up @@ -480,7 +480,6 @@

print '</form>';


// End of page
llxFooter();

$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/stats/byratecountry.php
Expand Up @@ -414,7 +414,6 @@
print '<br>'.$langs->trans("TurnoverPerSaleTaxRateInCommitmentAccountingNotRelevant") . '<br>';
}


// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/compta/stats/cabyprodserv.php
Expand Up @@ -461,5 +461,6 @@
print '<br>'.$langs->trans("TurnoverPerProductInCommitmentAccountingNotRelevant") . '<br>';
}

// End of page
llxFooter();
$db->close();
3 changes: 1 addition & 2 deletions htdocs/compta/stats/cabyuser.php
Expand Up @@ -465,7 +465,6 @@
print '</div>';
print '</form>';


// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/stats/casoc.php
Expand Up @@ -646,6 +646,6 @@

print '</form>';

// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/compta/stats/index.php
Expand Up @@ -629,6 +629,6 @@
*/

// End of page
llxFooter();

$db->close();

0 comments on commit 35c22b2

Please sign in to comment.