Skip to content
Snippets Groups Projects
Commit 5f696ba8 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

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

parent 1d826a60
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment