2
0
forked from Wavyzz/dolibarr

The method htmlPrintOnlinePaymentFooter() used for public footer pages

has been renamed into htmlPrintOnlineFooter() and moved into
company.lib.php
This commit is contained in:
Laurent Destailleur
2023-03-30 10:18:43 +02:00
parent f0b94f8869
commit 5924e626b0
16 changed files with 122 additions and 120 deletions

View File

@@ -251,7 +251,7 @@ print '</div>'."\n";
print '<br>';
htmlPrintOnlinePaymentFooter($mysoc, $langs, 1, $suffix, $object);
htmlPrintOnlineFooter($mysoc, $langs, 1, $suffix, $object);
llxFooter('', 'public');

View File

@@ -294,7 +294,7 @@ print '</table>'."\n";
$object = null;
htmlPrintOnlinePaymentFooter($mysoc, $langs, 1, $suffix, $object);
htmlPrintOnlineFooter($mysoc, $langs, 1, $suffix, $object);
llxFooter('', 'public');