fix: Translation strings with trailing spaces (#21192)

This commit is contained in:
Suraj Shetty
2020-04-08 09:32:41 +05:30
committed by GitHub
parent 28753268e6
commit da6806e6bc
6 changed files with 12 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ def get_columns():
def get_data(filters):
data = []
if(filters.from_date > filters.to_date):
frappe.msgprint(_(" From Date can not be greater than To Date"))
frappe.msgprint(_("From Date can not be greater than To Date"))
return data
timesheets = get_timesheets(filters)