Fix stampa documento da comando tatiera
This commit is contained in:
parent
4e3da9a1ca
commit
57a3fdf0dd
|
@ -315,7 +315,7 @@ if (Auth::check()) {
|
|||
break;
|
||||
case "f3":
|
||||
event.preventDefault();
|
||||
$("#print-button_p").first().trigger("click");
|
||||
window.open($("#print-button_p").first().attr("href"));
|
||||
break;
|
||||
case "f4":
|
||||
event.preventDefault();
|
||||
|
|
|
@ -24,7 +24,7 @@ include_once __DIR__.'/../../core.php';
|
|||
|
||||
if (setting('Attiva scorciatoie da tastiera')) {
|
||||
echo '<div class="alert alert-info">
|
||||
<i class="fa fa-info-circle"></i> '.tr('Scorciatoie da tastiera: <b>F7</b> - Barcode, <b>F8</b> - Carico, <b>F9</b> - Sarico, <b>F10</b> - Spostamento').'
|
||||
<i class="fa fa-info-circle"></i> '.tr('Scorciatoie da tastiera: <b>F7</b> - Barcode, <b>F8</b> - Carico, <b>F9</b> - Scarico, <b>F10</b> - Spostamento').'
|
||||
</div>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue