fix: Duplicate Closing Stock Balance
This commit is contained in:
parent
274c65c451
commit
b15795392b
@ -65,7 +65,7 @@ class ClosingStockBalance(Document):
|
||||
& (
|
||||
(table.from_date.between(self.from_date, self.to_date))
|
||||
| (table.to_date.between(self.from_date, self.to_date))
|
||||
| (table.from_date >= self.from_date and table.to_date <= self.to_date)
|
||||
| (table.from_date >= self.from_date and table.to_date >= self.to_date)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user