mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
fix: remove redundant label in salary slip
This commit is contained in:
@@ -381,7 +381,6 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "earning",
|
"fieldname": "earning",
|
||||||
"fieldtype": "Column Break",
|
"fieldtype": "Column Break",
|
||||||
"label": "Earning",
|
|
||||||
"oldfieldtype": "Column Break",
|
"oldfieldtype": "Column Break",
|
||||||
"show_days": 1,
|
"show_days": 1,
|
||||||
"show_seconds": 1,
|
"show_seconds": 1,
|
||||||
@@ -400,7 +399,6 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "deduction",
|
"fieldname": "deduction",
|
||||||
"fieldtype": "Column Break",
|
"fieldtype": "Column Break",
|
||||||
"label": "Deduction",
|
|
||||||
"oldfieldtype": "Column Break",
|
"oldfieldtype": "Column Break",
|
||||||
"show_days": 1,
|
"show_days": 1,
|
||||||
"show_seconds": 1,
|
"show_seconds": 1,
|
||||||
@@ -616,7 +614,7 @@
|
|||||||
"idx": 9,
|
"idx": 9,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-06-22 14:42:43.921828",
|
"modified": "2020-06-25 14:42:43.921828",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Payroll",
|
"module": "Payroll",
|
||||||
"name": "Salary Slip",
|
"name": "Salary Slip",
|
||||||
|
|||||||
Reference in New Issue
Block a user