mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
code refactor
This commit is contained in:
@@ -144,7 +144,7 @@ func (t *iifTransactionDataRowIterator) HasNext() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// Next returns the next imported data row
|
||||
// Next returns the next transaction data row
|
||||
func (t *iifTransactionDataRowIterator) Next(ctx core.Context, user *models.User) (daraRow datatable.TransactionDataRow, err error) {
|
||||
allDatasets := t.dataTable.transactionDatasets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user