frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
22.03k stars 7.38k forks source link

Default Print Format matching/linking not logical #4371

Closed dottenbr closed 9 years ago

dottenbr commented 9 years ago

When I create a custom print format I have to select which doc type it is for and I can flag it as default. This is good.

2015-11-25 10_12_48-pcb specification heinrich

However now this is not automatically set in the doctype itself where I have a free text field to define it. Should this be automatically set and be a link to the Print Format as autosuggest?

2015-11-25 10_13_45-pcb heinrich

rmehta commented 9 years ago

The "Make Default" button makes a property setter (custom setting) and is used more for customization. For developer mode, it should set in the default doctype though.

fixed via https://github.com/frappe/frappe/commit/caac8209c8326e47e12c7211c796b1ed5722ec88