mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
feat: add shipment and purchase receipt
This commit is contained in:
@@ -94,12 +94,10 @@ export class StockLedger extends Report {
|
||||
}
|
||||
|
||||
if (toDate && row.date > toDate) {
|
||||
console.log('here');
|
||||
continue;
|
||||
}
|
||||
|
||||
if (fromDate && row.date < fromDate) {
|
||||
console.log('here');
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user