We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug There is a typo in resources/views/reports/unaccepted_assets.blade.php
Line 51, should be:
<td>{{ ($assetItem->company) ? $assetItem->company->name : '' }}</td>
To Reproduce
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered:
This is now fixed on develop
Sorry, something went wrong.
Fixed #8733 - typo in unaccepted assets report
81d38a0
No branches or pull requests
Please confirm you have done the following before posting your bug report:
Describe the bug
There is a typo in resources/views/reports/unaccepted_assets.blade.php
Line 51, should be:
<td>{{ ($assetItem->company) ? $assetItem->company->name : '' }}</td>
To Reproduce
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: