Subversion Repositories SmartDukaan

Rev

Rev 28621 | Rev 28629 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28621 Rev 28628
Line 65... Line 65...
65
 
65
 
66
default_virtual_vendor = 290 
66
default_virtual_vendor = 290 
67
virtualVendorWarehouses = {}
67
virtualVendorWarehouses = {}
68
billingVendorWarehouses = {}
68
billingVendorWarehouses = {}
69
stateIdWarehouseIdMapWareMap = {
69
stateIdWarehouseIdMapWareMap = {
-
 
70
    #Delhi
70
    0: 7573,
71
    0: 7573,
-
 
72
    #HR
71
    3: 7678,
73
    3: 7678,
72
    5: 7720,
74
    #UP
73
    12: 8468,
75
    12: 8468,
-
 
76
    #PB
74
    9: 8889,
77
    9: 8889,
-
 
78
    #RJ
75
    4: 8947
79
    4: 8947
76
}
80
}
77
 
81
 
78
 
82
 
79
def initialize(dbname='inventory', db_hostname="localhost"):
83
def initialize(dbname='inventory', db_hostname="localhost"):