mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
start at 0
This commit is contained in:
parent
90b6907e71
commit
6d40891c74
@ -77,7 +77,7 @@ final class SdkWrapper implements QuickbooksInterface
|
|||||||
if(!in_array($entity, $this->entities)) return [];
|
if(!in_array($entity, $this->entities)) return [];
|
||||||
|
|
||||||
$records = [];
|
$records = [];
|
||||||
$start = 1;
|
$start = 0;
|
||||||
$limit = 100;
|
$limit = 100;
|
||||||
try {
|
try {
|
||||||
$total = $this->totalRecords($entity);
|
$total = $this->totalRecords($entity);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user