Skip to content

Commit 93a06f6

Browse files
authored
Merge pull request #212 from watermark/employee_earnings_mirror
Fix to allow all employee earnings to sync using the sql mirror
2 parents 0b1bf40 + 24a2e2c commit 93a06f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

QuickBooks/Callbacks/SQL/Callbacks.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10662,6 +10662,9 @@ protected static function _transformToSQLObjects($curpath, $Node, &$objects, $cu
1066210662
$extra['EntityListID'] = $extra['ListID'];
1066310663
$extra['EntityType'] = 'Employee';
1066410664
break;
10665+
case 'employeeret employeepayrollinfo earnings':
10666+
$extra['EntityType'] = 'Earnings';
10667+
break;
1066510668
case 'estimateret':
1066610669
if (!isset($extra['TxnID']))
1066710670
{
@@ -10984,6 +10987,8 @@ protected static function _transformToSQLObjects($curpath, $Node, &$objects, $cu
1098410987
case 'Service':
1098510988
case 'SubscribedServices':
1098610989
case 'TaxLineInfoRet':
10990+
case 'EmployeePayrollInfo':
10991+
case 'Earnings':
1098710992

1098810993
// * * * WARNING WARNING WARNING * * *
1098910994
// The next line of code causes problems with some responses

0 commit comments

Comments
 (0)