Skip to content

Commit

Permalink
Merge pull request frappe#2436 from asmitahase/editable-salary-letter…
Browse files Browse the repository at this point in the history
…head
  • Loading branch information
ruchamahabal authored Nov 22, 2024
2 parents ff44362 + d3564c4 commit 7dd0009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hrms/payroll/doctype/salary_structure/salary_structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"search_index": 1
},
{
"allow_on_submit": 1,
"fetch_from": "company.default_letter_head",
"fetch_if_empty": 1,
"fieldname": "letter_head",
"fieldtype": "Link",
"label": "Letter Head",
Expand Down Expand Up @@ -240,7 +242,7 @@
"idx": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-03-27 13:10:34.984210",
"modified": "2024-11-22 11:17:28.384386",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Salary Structure",
Expand Down

0 comments on commit 7dd0009

Please sign in to comment.