fix: set use_serial_batch_fields when creating PR from PO

(cherry picked from commit a384c96617)
This commit is contained in:
Kavin
2025-08-02 14:48:06 +05:30
committed by Mergify
parent 7f1dbeee8b
commit 0207b82f82

View File

@@ -720,6 +720,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()