Merge branch 'dillon/accounting-bank-mapping' into 'development'

fix duplicated listing section bug

See merge request CIEFWorldwideSdnBhd/exchange-2.0!133
This commit is contained in:
omair saleh
2023-04-18 09:18:15 +00:00
@@ -305,7 +305,7 @@
</div>
<div class="row tabsContainer tabContent hide" tab-name="complete">
<div class="col">
<list-component ref="bankTransactionsList" section="bankTransactionSection" :endpoint="route('api.accounting.bank.transaction')" :options="{is_mapped: true, statement_transaction_owner_type_in: [6, 7, 8, 9, 10, 11, 12, 13, 14], per_page: 100, order_by: {column: 'posting_date', DESC: true}}">
<list-component ref="exceptionalBankTransactionsList" section="exceptionalBankTransactionSection" :endpoint="route('api.accounting.bank.transaction')" :options="{is_mapped: true, statement_transaction_owner_type_in: [6, 7, 8, 9, 10, 11, 12, 13, 14], per_page: 100, order_by: {column: 'posting_date', DESC: true}}">
<template slot="list" slot-scope="{data}">
<statement-transaction-component :data="data"></statement-transaction-component>
</template>