Skip to content

Commit

Permalink
Merge pull request #2 from dext/XM-2384-fix-AU-pay-template
Browse files Browse the repository at this point in the history
XM-2631 Fix AU Pay Template
  • Loading branch information
nickayre1 authored Feb 1, 2022
2 parents f21758f + 6135260 commit ab04f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XeroPHP/Models/PayrollAU/Employee/PayTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ public static function getProperties()
return [
'EarningsLines' => [false, self::PROPERTY_TYPE_OBJECT, 'PayrollAU\\Employee\\PayTemplate\\EarningsLine', true, false],
'DeductionLines' => [false, self::PROPERTY_TYPE_OBJECT, 'PayrollAU\\Employee\\PayTemplate\\DeductionLine', true, false],
'SuperLines' => [false, self::PROPERTY_TYPE_OBJECT, 'PayrollAU\\Employee\\PayTemplate\\SuperLine', false, false],
'SuperLines' => [false, self::PROPERTY_TYPE_OBJECT, 'PayrollAU\\Employee\\PayTemplate\\SuperLine', true, false],
'ReimbursementLines' => [false, self::PROPERTY_TYPE_OBJECT, 'PayrollAU\\Employee\\PayTemplate\\ReimbursementLine', true, false],
'LeaveLines' => [false, self::PROPERTY_TYPE_OBJECT, 'PayrollAU\\Employee\\PayTemplate\\LeaveLine', false, false],
'LeaveLines' => [false, self::PROPERTY_TYPE_OBJECT, 'PayrollAU\\Employee\\PayTemplate\\LeaveLine', true, false],
];
}

Expand Down

0 comments on commit ab04f17

Please sign in to comment.