Small doubt in erp validation

eval: doc.gst_category == “Registered Regular” || “Registered Composition”

eval: doc.gst_category == “Registered Regular” || eval: doc.gst_category == “Registered Composition”

eval: doc.gst_category == “Registered Regular” || doc.gst_category == “Registered Composition”

which one is correct

this one

1 Like

Hi @amal_31845,

Please check it.

quote issue

eval: doc.gst_category == "Registered Regular" || doc.gst_category == "Registered Composition"
1 Like

yeah i found it and correted it Thanks Brother @NCP