Skip to content
Snippets Groups Projects
Commit af55c846 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge remote-tracking branch 'origin/3.8' into develop

# Conflicts:
#	htdocs/printing/admin/printing.php
parents 9f2b4c50 ef6b96b4
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ if ($mode == 'test' && $user->admin)
$langs->load($driver);
$printer = new $classname($db);
//print '<pre>'.print_r($printer, true).'</pre>';
if ($printer->getlist_available_printers) {
if (count($printer->getlist_available_printers)) {
print $printer->listAvailablePrinters();
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment