add temporary Ticket button

This commit is contained in:
aurelien goudeneche 2018-12-07 01:07:25 +01:00 committed by GitHub
parent 04dfc5dc8c
commit c66297a713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,9 +298,6 @@ function TakeposPrintingTemp(){
}); });
} }
function OpenDrawer(){ function OpenDrawer(){
$.ajax({ $.ajax({
type: "POST", type: "POST",
@ -374,8 +371,6 @@ if($conf->global->TAKEPOS_BAR_RESTAURANT){
} }
if ($conf->global->TAKEPOSCONNECTOR){ if ($conf->global->TAKEPOSCONNECTOR){
$menus[$r++]=array('title'=>$langs->trans("DOL_OPEN_DRAWER"), $menus[$r++]=array('title'=>$langs->trans("DOL_OPEN_DRAWER"),
'action'=>'OpenDrawer();'); 'action'=>'OpenDrawer();');