Skip to content

Commit

Permalink
fix: hide approval status while creating new expense claim
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Jun 12, 2024
1 parent 4adf500 commit 944a824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/expense_claim/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ function getFilteredFields(fields) {
"is_paid",
"mode_of_payment",
"clearance_date",
"approval_status",
]
if (!props.id) excludeFields.push(...extraFields)
Expand Down

0 comments on commit 944a824

Please sign in to comment.