frappe / erpnext

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

Save Filter with option "Manufactured" doesn't work Material Request list #39716

Open schmutzfuss42 opened 9 months ago

schmutzfuss42 commented 9 months ago

Information about bug

Goto Material Request, try to create a filter for field Status, eg. "equals" and try to choose Manufactured <- cannot choose ... if you write "Manufactured" manually, e.g. with opion "not in" it works for the moment, but there's no way to save the filter or to use "Manufactured" in the shortcuts. The whole filter for the field status will be removed when trying to save.

Module

stock, manufacturing

Version

erpnext 15.11.0 frappe 15.12.0 hrms 15.10.0 (also happened with older versions)

Installation method

manual install

Relevant log output / Stack trace / Full Error Message.

no output
schmutzfuss42 commented 8 months ago

I guess just change options, in the file ./apps/erpnext/erpnext/stock/doctype/material_request/material_request.json to ->

"options": "\nDraft\nSubmitted\nStopped\nCancelled\nPending\nPartially Ordered\nPartially Received\nOrdered\nIssued\nManufactured\nTransferred\nReceived",