Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/shipping-portal into development

# Conflicts:
#	app/Classes/Modules/PackingLists/Processors/FetchOrderListsFromYdPortalProcessor.php
This commit is contained in:
omair saleh
2022-02-24 12:24:06 +08:00
parent f2ad76a7ae
commit 388973de4c
@@ -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');