Hi All,
I am on ERPNext 8, I am getting below error while setting up new format As a "Default " format for Quotation.
Error Message: Standard DocType cannot have default print format, use Customize Form
I also tried by adding "Default Print Format in “Quotation” DocType but same error.
Can anyone please suggest the solution.
Thanks,
Satish
1 Like
This error case change is recent
https://github.com/frappe/frappe/commit/9173562ff9d89ff588eb7d0a50859b109f25ad0b
Apparently a non-custom Quotation and default print format is now an error - so instead specify a custom Quotation and custom print format?
@clarkej Thanks for the inputs. I tried to set a custom print format in Setup>Customize form>select Quotation>Default Print Format = Quotation New …and this worked for me. Thanks for your help.
4 Likes
adam26d
October 22, 2020, 9:15am
#4
In case of custom apps, this should be do-able in the doctype definition, but its not