Skip to content

Commit

Permalink
remove jobkeeper allowance type
Browse files Browse the repository at this point in the history
  • Loading branch information
manishT72x committed May 6, 2024
1 parent 1acb615 commit a4d747e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/payroll_au/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@
"title" : "",
"type" : "string",
"description" : "",
"enum" : [ "CAR", "TRANSPORT", "LAUNDRY", "MEALS", "TRAVEL", "OTHER", "JOBKEEPER", "TOOLS", "TASKS", "QUALIFICATIONS" ]
"enum" : [ "CAR", "TRANSPORT", "LAUNDRY", "MEALS", "TRAVEL", "OTHER", "TOOLS", "TASKS", "QUALIFICATIONS" ]
};
defs["BankAccount"] = {
"title" : "",
Expand Down
1 change: 0 additions & 1 deletion lib/xero-ruby/models/payroll_au/allowance_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class AllowanceType
MEALS ||= "MEALS".freeze
TRAVEL ||= "TRAVEL".freeze
OTHER ||= "OTHER".freeze
JOBKEEPER ||= "JOBKEEPER".freeze
TOOLS ||= "TOOLS".freeze
TASKS ||= "TASKS".freeze
QUALIFICATIONS ||= "QUALIFICATIONS".freeze
Expand Down

0 comments on commit a4d747e

Please sign in to comment.