Skip to content

Commit

Permalink
UIDATIMP-1671: Invoice field mapping profile: cannot check export to …
Browse files Browse the repository at this point in the history
…accounting checkbox
  • Loading branch information
mariia-aloshyna committed Nov 6, 2024
1 parent 0aec00b commit 6779eb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for ui-data-import

## [8.0.1] (IN PROGRESS)

### Bugs fixed:
* Invoice field mapping profile: cannot check export to accounting checkbox. (UIDATIMP-1671)

## [8.0.0](https://github.com/folio-org/ui-data-import/tree/v8.0.0) (2024-10-31)

### Features added:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export const ExtendedInformation = ({
const paymentMethodsList = createOptionsList(PAYMENT_METHOD_OPTIONS, formatMessage, 'labelId');
const currenciesList = useCurrencyOptions();

const exportToAccountingCheckbox = mappingFields?.[22]?.booleanFieldAction;
const checkSubscriptionOverlapCheckbox = mappingFields?.[21]?.booleanFieldAction;
const exportToAccountingCheckbox = mappingFields?.[23]?.booleanFieldAction;
const checkSubscriptionOverlapCheckbox = mappingFields?.[22]?.booleanFieldAction;

return (
<Accordion
Expand Down

0 comments on commit 6779eb0

Please sign in to comment.