Fixed #16901 - use default currency for asset maintenance cost
This commit is contained in:
snipe
2025-05-09 12:45:46 +01:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ use Carbon\Carbon;
{{ trans('admin/asset_maintenances/form.cost') }}
</div>
<div class="col-md-9">
{{ trans( 'general.currency' ) . Helper::formatCurrencyOutput($assetMaintenance->cost) }}
{{ \App\Models\Setting::getSettings()->default_currency .' '. Helper::formatCurrencyOutput($assetMaintenance->cost) }}
</div>
</div> <!-- /row -->
@endif