fixed conflict while merging with master branch

This commit is contained in:
Nabin Hait
2012-04-20 13:58:43 +05:30
13 changed files with 53 additions and 31 deletions

View File

@@ -34,6 +34,8 @@ keydict = {
'valuation_method': 'default_valuation_method',
'date_format': 'date_format',
'currency_format':'default_currency_format',
'account_url':'account_url',
'allow_negative_stock' : 'allow_negative_stock'
}
class DocType:

View File

@@ -224,6 +224,16 @@
'fieldtype': u'Select',
'label': u'Default Valuation Method',
'options': u'FIFO\nMoving Average'
},
# DocField
{
'colour': u'White:FFF',
'description': u'Applicable only if valuation method is moving average',
'doctype': u'DocField',
'fieldname': u'allow_negative_stock',
'fieldtype': u'Check',
'label': u'Allow Negative Stock'
},
# DocField
@@ -533,4 +543,4 @@
'fieldtype': u'Data',
'label': u'SMS Sender Name'
}
]
]