get Account currency issue solved
This commit is contained in:
parent
8999e11688
commit
5b147834ad
|
|
@ -213,6 +213,10 @@ class Accounts extends Controller
|
|||
{
|
||||
$account_id = request('account_id');
|
||||
|
||||
if (empty($account_id)) {
|
||||
$account_id = setting('general.default_account');
|
||||
}
|
||||
|
||||
$account = Account::find($account_id);
|
||||
|
||||
// Get currency object
|
||||
|
|
|
|||
Loading…
Reference in New Issue