From 63a272707710dc78461f63fdafc464fff53fbcae Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 11 Oct 2018 15:29:38 -0700 Subject: [PATCH] Fixed #6323 - typo in link for low inventory --- .../views/notifications/markdown/report-low-inventory.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/notifications/markdown/report-low-inventory.blade.php b/resources/views/notifications/markdown/report-low-inventory.blade.php index d07899411..c781c67f9 100644 --- a/resources/views/notifications/markdown/report-low-inventory.blade.php +++ b/resources/views/notifications/markdown/report-low-inventory.blade.php @@ -6,7 +6,7 @@ |{{ trans('mail.name') }} |{{ trans('mail.type') }} |{{ trans('mail.current_QTY') }}|{{ trans('mail.min_QTY') }} |:-------------|:---------|:---------:|:---------:| @for($i=0; count($items) > $i; $i++) -|{{ $items[$i]['name'] }}|{{ $items[$i]['type'] }} |{{ $items[$i]['remaining'] }} |{{ $items[$i]['min_amt'] }} | +|{{ $items[$i]['name'] }}|{{ $items[$i]['type'] }} |{{ $items[$i]['remaining'] }} |{{ $items[$i]['min_amt'] }} | @endfor @endcomponent