Skip to content
New issue

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

UINV-580 Change invoice.actions.saveLine.error.budgetNotFoundByFundId message #845

Merged
merged 3 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Display selected version in Invoice line view. Refs UINV-553.
* Display vendor details and extended info for version history. Refs UINV-569.
* Add missed permissions. Refs UINV-576.
* Change `invoice.actions.saveLine.error.budgetNotFoundByFundId` translation message. Refs UINV-580.

## [6.1.2](https://github.com/folio-org/ui-invoice/tree/v6.1.2) (2025-01-21)
[Full Changelog](https://github.com/folio-org/ui-invoice/compare/v6.1.1...v6.1.2)
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-invoice/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"invoice.actions.approve.confirmation.heading": "Approve invoice",
"invoice.actions.approve.confirmation.message": "Are you sure you want to approve invoice?",
"invoice.actions.saveLine.error.budgetExpenseClassNotFound": "<b>{expenseClassName}</b> expense class not found on <b>{fundCode}</b> Fund",
"invoice.actions.saveLine.error.budgetNotFoundByFundId": "Invoice line cannot be saved because Fund <b>{fundCode}</b> has no current budget.",
"invoice.actions.saveLine.error.budgetNotFoundByFundId": "Invoice line cannot be saved because invoice is not assigned to a Fiscal year.",
"invoice.actions.saveLine.error.budgetNotFoundByFundIdAndFiscalYearId": "Invoice line cannot be saved because Fund <b>{fundCode}</b> has no current budget for fiscal year <b>{fiscalYear}</b>.",
"invoice.actions.saveLine.error.inactiveExpenseClass": "Invoice line can not be saved because expense class <b>{expenseClass}</b> is inactive.",
"invoice.actions.saveLine.error": "Invoice line was not saved",
Expand Down
Loading