mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
removed vee-validate which causes cief bank details not showing in user upload bank slip
added exception if userbankslip not save show error added tax rate to supplier booking added order number and payment for to booking seeder
This commit is contained in:
@@ -36,6 +36,8 @@ class BookTableSeeder extends Seeder
|
||||
'user_id' => $user->id,
|
||||
'status' => 2,
|
||||
'admin_status' => 2,
|
||||
'order_no' => '001',
|
||||
'payment_for' => 'FULL PAYMENT',
|
||||
'created_at' => Carbon::now()->format('Y-m-d H:i:s'),
|
||||
'updated_at' => Carbon::now()->format('Y-m-d H:i:s'),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user