mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
fix: redundant exit cdn for updateItemsReturned
This commit is contained in:
parent
d41530b654
commit
f332b7153b
@ -274,7 +274,7 @@ export abstract class StockTransfer extends Transfer {
|
||||
}
|
||||
|
||||
async _updateItemsReturned() {
|
||||
if (this.isSyncing || !this.returnAgainst) {
|
||||
if (!this.returnAgainst) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user