Subversion Repositories SmartDukaan

Rev

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

Rev 21847 Rev 21854
Line 14... Line 14...
14
 
14
 
15
 
15
 
16
def create_delhi(company):
16
def create_delhi(company):
17
    # Create a seller for organisation which is specific to state - Delhi
17
    # Create a seller for organisation which is specific to state - Delhi
18
    seller = Seller()
18
    seller = Seller()
-
 
19
    #7537
19
    warehouseId = 7573
20
    warehouseId = 7573
20
    # registered address
21
    # registered address
21
    seller.address = 'Khasra No-322, Second Floor, Opp.Purani Tel Mil, Neb Sarai, New Delhi-110068'
22
    seller.address = 'Khasra No-322, Second Floor, Opp.Purani Tel Mil, Neb Sarai, New Delhi-110068'
22
    # keep one of , seller.gstn = '' or
23
    # keep one of , seller.gstn = '' or
23
    seller.tin = ''
24
    seller.tin = ''