mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-08 15:51:19 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
Conflicts: version.num
This commit is contained in:
@@ -66,11 +66,11 @@ class DocType(TransactionBase):
|
||||
|
||||
for i in lst:
|
||||
val = pos and pos[0][i] or ''
|
||||
webnotes.conn.set(self.doc,i,val)
|
||||
self.doc.fields[i] = val
|
||||
self.set_pos_item_values()
|
||||
|
||||
val = pos and flt(pos[0]['conversion_rate']) or 0
|
||||
webnotes.conn.set(self.doc,'conversion_rate',val)
|
||||
self.doc.conversion_rate = val
|
||||
|
||||
#fetch terms
|
||||
if self.doc.tc_name: self.get_tc_details()
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{
|
||||
'creation': '2010-08-08 17:09:20',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-24 16:14:38',
|
||||
'modified': '2012-03-01 18:43:30',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
@@ -22,7 +22,7 @@
|
||||
'section_style': u'Tray',
|
||||
'server_code_error': u' ',
|
||||
'show_in_menu': 0,
|
||||
'version': 25
|
||||
'version': 26
|
||||
},
|
||||
|
||||
# These values are common for all DocField
|
||||
@@ -264,7 +264,7 @@
|
||||
'oldfieldname': u'serial_no',
|
||||
'oldfieldtype': u'Small Text',
|
||||
'permlevel': 0,
|
||||
'print_hide': 1
|
||||
'print_hide': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
|
||||
@@ -167,4 +167,10 @@ patch_list = [
|
||||
'patch_file': 'add_roles_to_admin',
|
||||
'description': 'Add Roles to Administrator'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.jan_mar_2012',
|
||||
'patch_file': 'dt_map_fix',
|
||||
'description': 'removed transaction date from dt_mapper'
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
@@ -13,6 +13,7 @@ span, div, td, input, textarea, button, select {
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../images/stripedbg.png) repeat;
|
||||
}
|
||||
|
||||
.erpnext-footer {
|
||||
|
||||
@@ -46,6 +46,7 @@ erpnext.startup.set_globals = function() {
|
||||
erpnext.startup.start = function() {
|
||||
$('#startup_div').html('Starting up...').toggle(true);
|
||||
|
||||
|
||||
erpnext.startup.set_globals();
|
||||
|
||||
if(wn.boot.custom_css) {
|
||||
@@ -149,8 +150,6 @@ erpnext.set_user_background = function(src) {
|
||||
set_style(repl('body { background: url("files/%(src)s") repeat !important;}', {src:src}))
|
||||
}
|
||||
|
||||
// =======================================
|
||||
|
||||
// start
|
||||
$(document).bind('startup', function() {
|
||||
erpnext.startup.start();
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{
|
||||
'creation': '2010-08-08 17:08:58',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-24 11:33:58',
|
||||
'modified': '2012-03-01 19:22:16',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
@@ -23,7 +23,7 @@
|
||||
'section_style': u'Tray',
|
||||
'server_code_error': u' ',
|
||||
'show_in_menu': 0,
|
||||
'version': 53
|
||||
'version': 54
|
||||
},
|
||||
|
||||
# These values are common for all DocField
|
||||
@@ -245,7 +245,7 @@
|
||||
'oldfieldname': u'serial_no',
|
||||
'oldfieldtype': u'Text',
|
||||
'permlevel': 0,
|
||||
'print_hide': 1,
|
||||
'print_hide': 0,
|
||||
'trigger': u'Client'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user