diff --git a/config/version.php b/config/version.php index e8d5c5818..ab48f18b9 100644 --- a/config/version.php +++ b/config/version.php @@ -1,5 +1,6 @@ 'v5.0.0-beta-4', 'full_app_version' => 'v5.0.0-beta-4 - build 4482-g5b68a321a', 'build_version' => '4482', @@ -7,4 +8,4 @@ return array ( 'hash_version' => 'g5b68a321a', 'full_hash' => 'v5.0.0-beta-4-44-g5b68a321a', 'branch' => 'develop', -); \ No newline at end of file +); diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php index 5f0c28d6e..341fd89b8 100644 --- a/resources/views/locations/view.blade.php +++ b/resources/views/locations/view.blade.php @@ -151,7 +151,7 @@ @if (($location->state!='') && ($location->country!='') && (config('services.google.maps_api_key')))
- Map + Map
@endif diff --git a/resources/views/suppliers/view.blade.php b/resources/views/suppliers/view.blade.php index af2a8c501..3a86da7c5 100755 --- a/resources/views/suppliers/view.blade.php +++ b/resources/views/suppliers/view.blade.php @@ -222,7 +222,7 @@ @if (($supplier->state!='') && ($supplier->country!='') && (config('services.google.maps_api_key')))
- Map + Map
@endif