fixed syntax issue in financial statements
This commit is contained in:
parent
c0ef8de6f7
commit
53e36b34d3
@ -86,10 +86,10 @@ pscript.stmt_new = function(stmt,company_name,level,period,year) {
|
|||||||
var company = sel_val($i('stmt_company'))
|
var company = sel_val($i('stmt_company'))
|
||||||
|
|
||||||
var arg = {
|
var arg = {
|
||||||
statement:sel_val($i('stmt_type'))
|
statement:sel_val($i('stmt_type')),
|
||||||
,company:company,
|
company:company,
|
||||||
,period:sel_val($i('stmt_period'))
|
period:sel_val($i('stmt_period')),
|
||||||
,year:sel_val($i('stmt_fiscal_year'))
|
year:sel_val($i('stmt_fiscal_year'))
|
||||||
}
|
}
|
||||||
|
|
||||||
$c_obj('MIS Control', 'get_statement', docstring(arg), function(r,rt) {
|
$c_obj('MIS Control', 'get_statement', docstring(arg), function(r,rt) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user