i have added one more option of on hold in status for project but when i select and save it shows open
Can you please elaborate how did you add this field? Was it in DocType itself or was it via Custoimze option ?
Would appreciate if you can also add version information for more context.
Hi @Mubasher:
Most of ERPNext doctypes includes some logic …
Check the field "% Complete method"
… for your project. Is “Manual”, “Task progress”, “Task completion”?
Depending of this value, on form validating, this method is called. Under some circumstances, status
will be switched to “Open”.
Hope this helps.
2 Likes
Yeah i got it i added some extra fields so it will not work with the logic as it is related with the completion method so now i m using the manual method thank you for your time