Fix travis

This commit is contained in:
andreubisquerra 2020-06-14 23:56:57 +02:00 committed by Laurent Destailleur
parent ad432e1e9b
commit 532fe82c6e

View File

@ -35,7 +35,7 @@ if (GETPOSTISSET("id")) {
print '<h1><b>'.$langs->trans("ScanToOrder").'</b></h1>';
print "<img src='".DOL_URL_ROOT."/takepos/genimg/qr.php?key=".dol_encode($id)."' width='30%'>";
}
else {
else {
print '<h1><b>'.$langs->trans("ScanToMenu").'</b></h1>';
print "<img src='".DOL_URL_ROOT."/takepos/genimg/qr.php' width='30%'>";
}