multiple po and invoice fix

This commit is contained in:
Omair Saleh
2019-05-03 11:55:13 +08:00
parent 5d8afb8722
commit 1b0648c1af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}