[accounts] [perpetual] get account and stock balance difference

This commit is contained in:
Nabin Hait
2013-08-02 11:44:29 +05:30
parent 1e2f20a3da
commit cac622e097
3 changed files with 41 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ class DocType:
for d in rec:
rec_list += d[0] + ' - ' + d[1] + '\n'
self.doc.receiver_list = rec_list
webnotes.errprint(rec_list)
def get_receiver_nos(self):
receiver_nos = []
for d in self.doc.receiver_list.split('\n'):