frappe / erpnext

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

URGENT !!! Status field error on submit in Quotation #27134

Closed nakul80 closed 3 years ago

nakul80 commented 3 years ago

Description of the issue

URGENT !!! Error while submitting Quotation

Context information (for bug reports)

Output of bench version

Status cannot be "Open". It should be one of "", "Draft", "On Hold", "To Deliver and Bill", "To Bill", "To Deliver", "Completed", "Cancelled", "Closed"

Steps to reproduce the issue

  1. submit quotation

Observed result

Status cannot be "Open". It should be one of "", "Draft", "On Hold", "To Deliver and Bill", "To Bill", "To Deliver", "Completed", "Cancelled", "Closed"

Expected result

no error

Stacktrace / full error message

(paste here)

Additional information

OS version / distribution, ERPNext install method, etc.

ankush commented 3 years ago

These are statuses for a Sales Order. Somewhere you're automatically creating a sales order with wrong status.

This is probably your customization and not ERPNext issue.