Selaa lähdekoodia

Ajustes cliente en cocina

sebastian 5 vuotta sitten
vanhempi
commit
ce078a166d
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      static/src/xml/pos.xml

+ 3 - 0
static/src/xml/pos.xml

@@ -22,6 +22,9 @@
                 <t t-esc="order.get('name')"/>
             </div>
             <br/>
+            <t t-if="widget.pos.company.name">
+                <strong><t t-esc="widget.pos.company.name"/></strong><br />
+            </t>
             User: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/>
             <t t-if="order.attributes.client">
                <br/>