diff --git a/htdocs/takepos/css/pos.css b/htdocs/takepos/css/pos.css index e6d134019b4..a94e737f273 100644 --- a/htdocs/takepos/css/pos.css +++ b/htdocs/takepos/css/pos.css @@ -46,7 +46,7 @@ button.calcbutton3 { text-align: center; font-size:120%; overflow: visible; /* removes extra width in IE */ - width:12%; + width:24%; height:24%; } @@ -60,7 +60,7 @@ button.actionbutton { text-align: center; overflow: visible; /* removes extra width in IE */ width:33%; - height:33%; + height:24%; } div.wrapper{ diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 09582063bbc..aff4f066ba1 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -379,6 +379,7 @@ print '
'; print ''; print ''; print ''; +print ''; print ''; print ''; print "\n"; @@ -408,7 +409,8 @@ if ($placeid > 0) { } if (!empty($line->array_options['options_order_notes'])) echo "
(".$line->array_options['options_order_notes'].")"; print ''; - print ''; + print ''; + print ''; print ''; print ''; }
' . $langs->trans('Description') . '' . $langs->trans('ReductionShort') . '' . $langs->trans('Qty') . '' . $langs->trans('TotalHTShort') . '
' . $line->qty . '' . vatrate($line->remise_percent, true) . '' . $line->qty . '' . price($line->total_ttc) . '