close #2155 Added: Creating new Bill&Invoice from Customer Screen
This commit is contained in:
@ -322,4 +322,11 @@ class Vendors extends Controller
|
||||
|
||||
return response()->json($vendor);
|
||||
}
|
||||
|
||||
public function createBill(Contact $vendor)
|
||||
{
|
||||
$data['contact'] = $vendor;
|
||||
|
||||
return redirect()->route('bills.create')->withInput($data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user