Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
@ -327,4 +327,11 @@ class Customers extends Controller
|
||||
|
||||
return redirect()->route('invoices.create')->withInput($data);
|
||||
}
|
||||
|
||||
public function createRevenue(Contact $customer)
|
||||
{
|
||||
$data['contact'] = $customer;
|
||||
|
||||
return redirect()->route('revenues.create')->withInput($data);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user