Skip to content

Commit 32520e2

Browse files
authored
chore: fix conflicts
1 parent 049d3e3 commit 32520e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hrms/hr/report/employee_leave_balance/employee_leave_balance.js

-7
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,10 @@ frappe.query_reports["Employee Leave Balance"] = {
4343
fieldtype: "Select",
4444
options: [
4545
"",
46-
<<<<<<< HEAD
47-
{ "value": "Active", "label": __("Active") },
48-
{ "value": "Inactive", "label": __("Inactive") },
49-
{ "value": "Suspended", "label": __("Suspended") },
50-
{ "value": "Left", "label": __("Left") },
51-
=======
5246
{ value: "Active", label: __("Active") },
5347
{ value: "Inactive", label: __("Inactive") },
5448
{ value: "Suspended", label: __("Suspended") },
5549
{ value: "Left", label: __("Left", null, "Employee") },
56-
>>>>>>> 97f393e8b (fix(Leave Balance): Add context to translation for "Left" (Employee) (#1683))
5750
],
5851
default: "Active",
5952
},

0 commit comments

Comments
 (0)