Skip to content

Commit 2ab3847

Browse files
committed
remove Jobkeeper allowance type
1 parent 402b88e commit 2ab3847

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/v2/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" : "",

lib/Models/PayrollAu/AllowanceType.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class AllowanceType
5050
const MEALS = 'MEALS';
5151
const TRAVEL = 'TRAVEL';
5252
const OTHER = 'OTHER';
53-
const JOBKEEPER = 'JOBKEEPER';
5453
const TOOLS = 'TOOLS';
5554
const TASKS = 'TASKS';
5655
const QUALIFICATIONS = 'QUALIFICATIONS';
@@ -68,7 +67,6 @@ public static function getAllowableEnumValues()
6867
self::MEALS,
6968
self::TRAVEL,
7069
self::OTHER,
71-
self::JOBKEEPER,
7270
self::TOOLS,
7371
self::TASKS,
7472
self::QUALIFICATIONS,

0 commit comments

Comments
 (0)