missing orders

This commit is contained in:
omair saleh
2022-03-05 15:28:35 +08:00
parent 99d7aeac5f
commit a97faa0024
@@ -116,7 +116,7 @@ class FetchWarehouseReceiveListFromVTPortalProcessor
try {
$start = $start ? $start : Carbon::now()->subMonths(2);
$start = $start ? $start : Carbon::now()->subMonth();
$startLimit = Carbon::parse('11-08-2021');