mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
pending in title
This commit is contained in:
@@ -22,7 +22,7 @@ class InvoiceController extends Controller
|
||||
|
||||
$invoice = Invoice::where('booking_id', $id)->first();
|
||||
if (!$invoice) {
|
||||
return response().json(['message' => 'Invoice Not Found'], 404);
|
||||
return response()->json(['message' => 'Invoice Not Found'], 404);
|
||||
}
|
||||
$lines = InvoiceDetails::where('invoice_id', $invoice['id'])->orderBy('order', 'asc')->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user