[fix] Opening balance in trial balance and general ledger based on is_opening

This commit is contained in:
Nabin Hait
2015-06-17 15:35:06 +05:30
parent 1ac9f2f50d
commit e91025c0aa
3 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
from __future__ import unicode_literals
import frappe
from frappe.utils import flt, getdate
from frappe.utils import flt, getdate, cstr
from frappe import _
def execute(filters=None):