From f87a754066ec13984f2eceb6fedcbeeaa52f0641 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Tue, 11 Feb 2020 19:21:41 +0300 Subject: [PATCH] fixed bills received link --- resources/views/purchases/bills/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/purchases/bills/show.blade.php b/resources/views/purchases/bills/show.blade.php index 42a36f04a..c04805223 100644 --- a/resources/views/purchases/bills/show.blade.php +++ b/resources/views/purchases/bills/show.blade.php @@ -101,7 +101,7 @@
@stack('timeline_body_receive_bill_body_button_sent_start') @permission('update-purchases-bills') - {{ trans('bills.mark_received') }} + {{ trans('bills.mark_received') }} @endpermission @stack('timeline_body_receive_bill_body_button_sent_end')