Skip to content

Commit baa51c7

Browse files
committed
Found another one
1 parent a4c1450 commit baa51c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Rest/Controllers/WarehouseControllerProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public function updateHistory(Request $request, Application $app, $id)
601601
array(
602602
'success' => true,
603603
'action' => $action,
604-
'total' => count($history),
604+
'total' => count($result),
605605
'results' => $result
606606
),
607607
200

0 commit comments

Comments
 (0)