Przeglądaj źródła

Cantidad disponible de productos en TPV

SEBAS 1 rok temu
rodzic
commit
2c4448fbfb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      static/src/xml/pos.xml

+ 1 - 1
static/src/xml/pos.xml

@@ -13,7 +13,7 @@
         </t>
         <t t-jquery="t[t-esc='line.get_quantity_str()']" t-operation="after">
             <t t-set='qty_available' t-value='line.get_product().qty_available'/>
-            (of <span t-attf-class="qty-info #{qty_available lt line.quantity ? 'not-available':''}"><t t-esc="qty_available"/></span>)
+            (de <span t-attf-class="qty-info #{qty_available lt line.quantity ? 'not-available':''}"><t t-esc="qty_available"/></span>)
         </t>
     </t>