Fix bad link
This commit is contained in:
parent
bc6b5d919a
commit
64e20959f6
@ -863,7 +863,7 @@ if (!empty($conf->use_javascript_ajax))
|
||||
print '<!-- invoice.php place='.(int) $place.' invoice='.$invoice->ref.' mobilepage='.$mobilepage.' $_SESSION["basiclayout"]='.$_SESSION["basiclayout"].' conf->global->TAKEPOS_BAR_RESTAURANT='.$conf->global->TAKEPOS_BAR_RESTAURANT.' -->'."\n";
|
||||
print '<div class="div-table-responsive-no-min invoice">';
|
||||
print '<table id="tablelines" class="noborder noshadow postablelines" width="100%">';
|
||||
if ($mobilepage == "invoice" || $mobilepage == "") {
|
||||
if ($sectionwithinvoicelink && ($mobilepage == "invoice" || $mobilepage == "")) {
|
||||
print '<tr><td colspan="4">'.$sectionwithinvoicelink.'</td></tr>';
|
||||
}
|
||||
print '<tr class="liste_titre nodrag nodrop">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user