Skip to content

Commit 7def785

Browse files
committed
removes jobkeeper allowance type
1 parent 33bc724 commit 7def785

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/v1/payroll-au/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@
927927
"title" : "",
928928
"type" : "string",
929929
"description" : "",
930-
"enum" : [ "CAR", "TRANSPORT", "LAUNDRY", "MEALS", "TRAVEL", "OTHER", "JOBKEEPER", "TOOLS", "TASKS", "QUALIFICATIONS" ]
930+
"enum" : [ "CAR", "TRANSPORT", "LAUNDRY", "MEALS", "TRAVEL", "OTHER", "TOOLS", "TASKS", "QUALIFICATIONS" ]
931931
};
932932
defs["BankAccount"] = {
933933
"title" : "",

xero_python/payrollau/models/allowance_type.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class AllowanceType(Enum):
3030
MEALS = "MEALS"
3131
TRAVEL = "TRAVEL"
3232
OTHER = "OTHER"
33-
JOBKEEPER = "JOBKEEPER"
3433
TOOLS = "TOOLS"
3534
TASKS = "TASKS"
3635
QUALIFICATIONS = "QUALIFICATIONS"

0 commit comments

Comments
 (0)