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 '
| ' . $langs->trans('Description') . ' | '; +print '' . $langs->trans('ReductionShort') . ' | '; print '' . $langs->trans('Qty') . ' | '; print '' . $langs->trans('TotalHTShort') . ' | '; print "' . $line->qty . ' | '; + print '' . vatrate($line->remise_percent, true) . ' | '; + print '' . $line->qty . ' | '; print '' . price($line->total_ttc) . ' | '; print ''; }