mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-21 21:34:16 +00:00
multiple po and invoice fix
This commit is contained in:
@@ -316,7 +316,7 @@ class BookingController extends Controller
|
||||
$china_bankslip = $booking->chinaBankSlip()->get();
|
||||
|
||||
//temporary block
|
||||
if($booking->created_at > Carbon::parse('2019-03-18 13:30:00')){
|
||||
if($booking->created_at < Carbon::parse('2019-03-18 13:30:00')){
|
||||
$china_bankslip = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user