import os
frappe.throw(_(“To date cannot be before from date \n hello”))
the output:
To date cannot be before from date hello
take the \n but not active in message
can you help me .
import os
frappe.throw(_(“To date cannot be before from date \n hello”))
the output:
To date cannot be before from date hello
take the \n but not active in message
can you help me .
frappe.throw(_(“To date cannot be before from date
hello”))