mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +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() {
|
async _updateItemsReturned() {
|
||||||
if (this.isSyncing || !this.returnAgainst) {
|
if (!this.returnAgainst) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user