Skip to content

Commit 2cc69df

Browse files
committed
Found another one
1 parent 3022f98 commit 2cc69df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Rest/Controllers/WarehouseControllerProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ public function updateHistory(Request $request, Application $app, $id)
590590
array(
591591
'success' => true,
592592
'action' => $action,
593-
'total' => count($history),
593+
'total' => count($result),
594594
'results' => $result
595595
),
596596
200

0 commit comments

Comments
 (0)