Skip to content

Commit

Permalink
Merge remote-tracking branch 'frappe/master' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	erpnext/patches.txt
  • Loading branch information
anandpdoshi committed Sep 24, 2015
2 parents c020e42 + 5b64952 commit e63da98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_invoice_entries(self):
non_reconciled_invoices = []
dr_or_cr = "debit" if self.party_type == "Customer" else "credit"
cond = self.check_condition(dr_or_cr)

invoice_list = frappe.db.sql("""
select
voucher_no, voucher_type, posting_date,
Expand Down

0 comments on commit e63da98

Please sign in to comment.