Skip to content

Commit

Permalink
Merge pull request #866 from Healyhatman/patch-18
Browse files Browse the repository at this point in the history
Update EarningsRate.php
  • Loading branch information
calcinai authored Aug 5, 2022
2 parents 3b2eeab + 03caf97 commit b685bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XeroPHP/Models/PayrollAU/PayItem/EarningsRate.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static function getProperties()
'RateType' => [false, self::PROPERTY_TYPE_ENUM, null, false, false],
'RatePerUnit' => [false, self::PROPERTY_TYPE_FLOAT, null, false, false],
'Multiplier' => [false, self::PROPERTY_TYPE_FLOAT, null, false, false],
'AccrueLeave' => [false, self::PROPERTY_TYPE_FLOAT, null, false, false],
'AccrueLeave' => [false, self::PROPERTY_TYPE_BOOLEAN, null, false, false],
'Amount' => [false, self::PROPERTY_TYPE_FLOAT, null, false, false],
'CurrentRecord' => [false, self::PROPERTY_TYPE_BOOLEAN, null, false, false],
'AllowanceType' => [false, self::PROPERTY_TYPE_ENUM, null, false, false]
Expand Down

0 comments on commit b685bf3

Please sign in to comment.