From 88dff754b1244476c997e31f97f797b9fb5b0f76 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 3 Nov 2017 20:10:16 -0700 Subject: [PATCH] Fixed swapped asset total headings --- resources/views/locations/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/locations/index.blade.php b/resources/views/locations/index.blade.php index 4ba663d9ce..c1034fdd6a 100755 --- a/resources/views/locations/index.blade.php +++ b/resources/views/locations/index.blade.php @@ -31,8 +31,8 @@ {{ trans('admin/locations/table.name') }} {{ trans('general.image') }} {{ trans('admin/locations/table.parent') }} - {{ trans('admin/locations/table.assets_rtd') }} - {{ trans('admin/locations/table.assets_checkedout') }} + {{ trans('admin/locations/table.assets_rtd') }} + {{ trans('admin/locations/table.assets_checkedout') }} {{ trans('general.people') }} {{ trans('general.currency') }} {{ trans('admin/locations/table.address') }}