mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 13:34:08 +00:00
Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/shipping-portal into development
# Conflicts: # app/Classes/Modules/PackingLists/Processors/FetchOrderListsFromYdPortalProcessor.php
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
public function execute(?Carbon $start = null, ?Carbon $end = null)
|
||||
{
|
||||
try {
|
||||
$start = $start ? $start : Carbon::now()->subMonths(2);
|
||||
$start = $start ? $start : Carbon::now()->subMonths(4);
|
||||
|
||||
$startLimit = Carbon::parse('01-12-2021');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user