瀏覽代碼

Cantidad disponible de productos en TPV

SEBAS 1 年之前
父節點
當前提交
2c4448fbfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>