fetch vt recieve last 10 days

This commit is contained in:
omair saleh
2022-09-21 11:54:24 +08:00
parent 7faf5331e5
commit 32b90a3387
@@ -116,7 +116,7 @@ class FetchWarehouseReceiveListFromVTPortalProcessor
try {
$start = $start ? $start : Carbon::today()->subDays(5);
$start = $start ? $start : Carbon::today()->subDays(10);
$startLimit = Carbon::parse('11-08-2021');