coton_app/app/views/public/p_orders/_warning.html.haml
2019-11-14 00:39:42 +01:00

24 lines
561 B
Plaintext

-style = style || ""
-tot = 0
-@p_customer_sheet.p_sheet_lines.each do |psl|
-psl.p_sheet_line_lines.each do |psll|
-psll.qte
-stock = 0
-stock = psll.p_product_stock.stock_th_ok if psll.p_product_stock.stock_th_ok > 0
-surplus = (stock - psll.qte.to_i)
-if surplus < 0
-tot += (surplus*-1)
-if tot > 0
.alert.alert-warning{:style => style}
=ic :warning
&nbsp;
Attention :
=tot
unité(s)
ne sont pas en stock. Notre équipe commerciale vous contactera pour vous indiquer une date de livraison.