Small changes in partner ledger wizaed

bzr revid: patelamit2003@gmail.com-20081020134528-buitfmih5p1g4388
This commit is contained in:
apa-tiny 2008-10-20 19:15:28 +05:30
parent c518c420dd
commit abec264caa
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ period_fields = {
'soldeinit':{'string':"Inclure les soldes initiaux",'type':'boolean'},
'reconcil':{'string':" Include Reconciled Entries",'type':'boolean'},
'page_split':{'string':"One Partner Per Page",'type':'boolean'},
'date1': {'string':' Start date', 'type':'date', 'required':True, 'default': lambda *a: time.strftime('%Y-01-01')},
'date1': {'string':' Start date', 'type':'date', 'required':True, 'default': lambda *a: time.strftime('%Y-01-01')},
'date2': {'string':'End date', 'type':'date', 'required':True, 'default': lambda *a: time.strftime('%Y-%m-%d')},
}