Fix stampa documento da comando tatiera

This commit is contained in:
MatteoPistorello 2021-11-15 12:02:21 +01:00
parent 4e3da9a1ca
commit 57a3fdf0dd
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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>';
}