mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
WIP: transactions by vendors
This commit is contained in:
@@ -35,7 +35,7 @@ export default class TransactionsByVendorsTableRows extends TransactionsByContac
|
|||||||
* @returns {ITableRow[]}
|
* @returns {ITableRow[]}
|
||||||
*/
|
*/
|
||||||
private vendorRowsMapper(vendor: ITransactionsByVendorsVendor) {
|
private vendorRowsMapper(vendor: ITransactionsByVendorsVendor) {
|
||||||
return R.pipe(R.append(this.vendorDetails(vendor))).bind(this)([]);
|
return R.pipe(this.vendorDetails).bind(this)(vendor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user