fixed getAvailablePDFFields()
This commit is contained in:
parent
933a5e95c8
commit
d9e3ee720f
|
@ -365,7 +365,6 @@ function getAvailablePDFFields($scope) {
|
||||||
// create new account container if needed
|
// create new account container if needed
|
||||||
if (! isset($_SESSION["profile_account_$scope"])) {
|
if (! isset($_SESSION["profile_account_$scope"])) {
|
||||||
$_SESSION["profile_account_$scope"] = new accountContainer($scope, "profile_account_$scope");
|
$_SESSION["profile_account_$scope"] = new accountContainer($scope, "profile_account_$scope");
|
||||||
$_SESSION["profile_account_$scope"]->new_account();
|
|
||||||
}
|
}
|
||||||
// get options
|
// get options
|
||||||
return $_SESSION["profile_account_$scope"]->getAvailablePDFFields();
|
return $_SESSION["profile_account_$scope"]->getAvailablePDFFields();
|
||||||
|
|
Loading…
Reference in New Issue