Skip to content

Commit

Permalink
Merge pull request #1700 from frappe/version-14-hotfix
Browse files Browse the repository at this point in the history
chore: release v14
  • Loading branch information
ruchamahabal committed Apr 24, 2024
2 parents 3b463e9 + 7bedf5f commit 3025625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hrms/hr/doctype/job_applicant/job_applicant.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ frappe.ui.form.on("Job Applicant", {
options: 'Interview Round'
},
],
primary_action_label: 'Create Interview',
primary_action_label: __("Create Interview"),
primary_action(values) {
frm.events.create_interview(frm, values);
d.hide();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ frappe.query_reports["Employee Leave Balance"] = {
fieldtype: "Select",
options: [
"",
{ "value": "Active", "label": __("Active") },
{ "value": "Inactive", "label": __("Inactive") },
{ "value": "Suspended", "label": __("Suspended") },
{ "value": "Left", "label": __("Left") },
{ value: "Active", label: __("Active") },
{ value: "Inactive", label: __("Inactive") },
{ value: "Suspended", label: __("Suspended") },
{ value: "Left", label: __("Left", null, "Employee") },
],
default: "Active",
},
Expand Down

0 comments on commit 3025625

Please sign in to comment.