Set PO Reqd By Date default in code, to next date
diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json
index dedac42..2abd5c3 100644
--- a/erpnext/buying/doctype/purchase_order/purchase_order.json
+++ b/erpnext/buying/doctype/purchase_order/purchase_order.json
@@ -298,7 +298,7 @@
    "bold": 0,
    "collapsible": 0,
    "columns": 0,
-   "default": "Today",
+   "default": "",
    "fieldname": "schedule_date",
    "fieldtype": "Date",
    "hidden": 0,