24 lines
561 B
Plaintext
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
|
|
|
|
Attention :
|
|
=tot
|
|
unité(s)
|
|
ne sont pas en stock. Notre équipe commerciale vous contactera pour vous indiquer une date de livraison.
|
|
|