fix: set use_serial_batch_fields when creating PR from PO

This commit is contained in:
Kavin
2025-08-02 14:48:06 +05:30
parent 9c5ba2b0b3
commit a384c96617

View File

@@ -744,6 +744,7 @@ def close_or_unclose_purchase_orders(names, status):
def set_missing_values(source, target):
target.run_method("set_missing_values")
target.run_method("calculate_taxes_and_totals")
target.run_method("set_use_serial_batch_fields")
@frappe.whitelist()