From f267f673b399fdf8b905d8edf2af0278e2bc5e74 Mon Sep 17 00:00:00 2001 From: Azizjon Nurov Date: Thu, 23 Jan 2025 15:22:41 +0500 Subject: [PATCH 1/3] Change `invoice.actions.saveLine.error.budgetNotFoundByFundId` translation --- translations/ui-invoice/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/ui-invoice/en.json b/translations/ui-invoice/en.json index 27d55aad..9c743921 100644 --- a/translations/ui-invoice/en.json +++ b/translations/ui-invoice/en.json @@ -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": "{expenseClassName} expense class not found on {fundCode} Fund", - "invoice.actions.saveLine.error.budgetNotFoundByFundId": "Invoice line cannot be saved because Fund {fundCode} 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 {fundCode} has no current budget for fiscal year {fiscalYear}.", "invoice.actions.saveLine.error.inactiveExpenseClass": "Invoice line can not be saved because expense class {expenseClass} is inactive.", "invoice.actions.saveLine.error": "Invoice line was not saved", From 4ee36b595e49925589574c524ba65962047d8b52 Mon Sep 17 00:00:00 2001 From: Azizjon Nurov Date: Thu, 23 Jan 2025 15:30:09 +0500 Subject: [PATCH 2/3] Add change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6bc9b2..84156df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-845. ## [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) From a90a89f7e1d63633228f50fdd43792cda607d040 Mon Sep 17 00:00:00 2001 From: Azizjon Nurov Date: Thu, 23 Jan 2025 15:33:49 +0500 Subject: [PATCH 3/3] Mention correct ticket number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84156df9..d2b0bd8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +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-845. +* 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)