2
0
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:
akshayitzme 2023-08-19 10:21:41 +05:30
parent d41530b654
commit f332b7153b

View File

@ -274,7 +274,7 @@ export abstract class StockTransfer extends Transfer {
}
async _updateItemsReturned() {
if (this.isSyncing || !this.returnAgainst) {
if (!this.returnAgainst) {
return;
}