voucher date removal issue fixed
This commit is contained in:
parent
be0b090d27
commit
e3ce5b4e0c
@ -177,7 +177,7 @@ class DocType:
|
|||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
def make_single_entry(self,parent,d,le_map,cancel, merge_entries):
|
def make_single_entry(self,parent,d,le_map,cancel, merge_entries):
|
||||||
if self.get_val(le_map['account'], d, parent) and (self.get_val(le_map['debit'], d, parent) or self.get_val(le_map['credit'], d, parent)):
|
if self.get_val(le_map['account'], d, parent) and (self.get_val(le_map['debit'], d, parent) or self.get_val(le_map['credit'], d, parent)):
|
||||||
flist = ['account','cost_center','against','debit','credit','remarks','voucher_type','voucher_no','transaction_date','posting_date','fiscal_year','against_voucher','against_voucher_type','company','is_opening', 'aging_date']
|
flist = ['account','cost_center','against','debit','credit','remarks','voucher_type','voucher_no','posting_date','fiscal_year','against_voucher','against_voucher_type','company','is_opening', 'aging_date']
|
||||||
|
|
||||||
# Check budget before gl entry
|
# Check budget before gl entry
|
||||||
#check budget only if account is expense account
|
#check budget only if account is expense account
|
||||||
|
Loading…
Reference in New Issue
Block a user