Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/accounts/page/financial_statements/financial_statements.js b/accounts/page/financial_statements/financial_statements.js
index 2fd8afb..cc79668 100644
--- a/accounts/page/financial_statements/financial_statements.js
+++ b/accounts/page/financial_statements/financial_statements.js
@@ -86,10 +86,10 @@
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) {
diff --git a/patches/patch_list.py b/patches/patch_list.py
index c48f72f..4d3146c 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -12,15 +12,13 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import unicode_literals
patch_list = [
"patches.mar_2012.so_rv_mapper_fix",
"patches.mar_2012.clean_property_setter",
- "patches.jan_mar_2012.sync_ref_db",
"patches.april_2012.naming_series_patch",
- "patches.jan_mar_2012.rename_dt",
"patches.mar_2012.cleanup_control_panel",
"patches.mar_2012.doctype_get_refactor",
"patches.mar_2012.delete_docformat",