fixed syntax issue in financial statements

This commit is contained in:
Nabin Hait 2013-01-29 10:47:58 +05:30
parent c0ef8de6f7
commit 53e36b34d3

View File

@ -86,10 +86,10 @@ pscript.stmt_new = function(stmt,company_name,level,period,year) {
var company = sel_val($i('stmt_company'))
var arg = {
statement:sel_val($i('stmt_type'))
,company:company,
,period:sel_val($i('stmt_period'))
,year:sel_val($i('stmt_fiscal_year'))
statement:sel_val($i('stmt_type')),
company:company,
period:sel_val($i('stmt_period')),
year:sel_val($i('stmt_fiscal_year'))
}
$c_obj('MIS Control', 'get_statement', docstring(arg), function(r,rt) {