I have a customer already selected (I obfuscated it in the pic for privacy), but when I click into the contact person field, i get this pop up. Any ideas?
Maybe grep for clues James? No sign of where it originates in my case!
frappe@erpnext:~/frappe-bench$ find . -name *.py | xargs grep "Please specify a "
./apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py: frappe.msgprint((“Please specify a valid ‘From Case No.’”), raise_exception=1)
./apps/erpnext/erpnext/controllers/accounts_controller.py: frappe.throw((“Please specify a valid Row ID for row {0} in table {1}”.format(tax.idx, (tax.doctype))))
./apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py: frappe.throw((“Please specify a country for this Shipping Rule or check Worldwide Shipping”))
./env/lib/python2.7/site-packages/pip/_vendor/distlib/version.py: raise ValueError(‘Please specify a version class’)
frappe@erpnext:~/frappe-bench$
I get the same results when I grep on my install too. I am a few minor revs behind current master, so I am going to get current and see if my issue persists. I see a couple notes in the releases about opportunity fixes. While not specifically calling out this case, might still get me fixed.