File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 599599 'generic_model_not_found ' => 'That :model was not found or you do not have permission to access it ' ,
600600 'deleted_models ' => 'Deleted Asset Models ' ,
601601 'deleted_users ' => 'Deleted Users ' ,
602+ 'cost_each ' => ':amount each ' ,
602603
603604];
Original file line number Diff line number Diff line change @@ -1211,7 +1211,7 @@ class="form-inline"
12111211 <a href =" {{ route (' components.show' , $component -> id ) } }" >{{ $component -> name } } </a >
12121212 </td >
12131213 <td >{{ $component -> pivot -> assigned_qty } } </td >
1214- <td >{{ Helper:: formatCurrencyOutput ($component -> purchase_cost ) } } each </td >
1214+ <td >{{ trans ( ' general.cost_each ' , [ ' amount ' => Helper:: formatCurrencyOutput ($component -> purchase_cost )]) } } </td >
12151215 <td >{{ $component -> serial } } </td >
12161216 <td >
12171217 <a href =" {{ route (' components.checkin.show' , $component -> pivot -> id ) } }" class =" btn btn-sm bg-purple hidden-print" data-tooltip =" true" >{{ trans (' general.checkin' ) } } </a >
You can’t perform that action at this time.
0 commit comments