Merge pull request #45241 from rohitwaghchaure/fixed-support-28979

fix: auto fetch batch and serial no for draft stock transactions
This commit is contained in:
rohitwaghchaure
2025-01-14 12:35:17 +05:30
committed by GitHub
5 changed files with 180 additions and 4 deletions

View File

@@ -601,6 +601,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
child_doctype: item.doctype,
child_docname: item.name,
is_old_subcontracting_flow: me.frm.doc.is_old_subcontracting_flow,
use_serial_batch_fields: item.use_serial_batch_fields,
serial_and_batch_bundle: item.serial_and_batch_bundle,
}
},