[FIX] pos: display cashier name on receipt, not the user

This commit is contained in:
Denis Ledoux 2014-08-08 16:05:32 +02:00
parent 1d826a6051
commit 5f696ba86c
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@
<br />
<t t-esc="widget.company.name"/><br />
Phone: <t t-esc="widget.company.phone || ''"/><br />
User: <t t-esc="widget.user.name"/><br />
User: <t t-esc="widget.pos.get('cashier') and widget.pos.get('cashier').name or widget.user.name"/><br />
Shop: <t t-esc="widget.shop_obj.name"/><br />
<br />
<table>