diff --git a/app/views/admin/buy_lists/index.html.haml b/app/views/admin/buy_lists/index.html.haml index bc45103..8741a43 100644 --- a/app/views/admin/buy_lists/index.html.haml +++ b/app/views/admin/buy_lists/index.html.haml @@ -159,11 +159,11 @@ %br %span.asap =ic(:fire) - =ppr_lines.asap_triage(10).first + =ppr_lines.asap_triage(20).first %br %span.non-asap =ic(:hourglass) - =ppr_lines.asap_triage(10).last + =ppr_lines.asap_triage(20).last %td.mask = LineStock.where(p_product_ref_id: plr.p_product_ref.id).sum(:qte_available).to_i