From 0dada54f66881eae30499bcb0f721ad9483a1fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A9?= Date: Mon, 6 Sep 2021 12:55:53 +0200 Subject: [PATCH] change alert limit --- app/views/admin/buy_lists/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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