Subversion Repositories SmartDukaan

Rev

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

Rev 22749 Rev 22752
Line 161... Line 161...
161
    shipment[F_RETURN_PHONE] = warehouseAddressObj.contact_number
161
    shipment[F_RETURN_PHONE] = warehouseAddressObj.contact_number
162
    shipment[F_DG_SHIPMENT] = 'false'
162
    shipment[F_DG_SHIPMENT] = 'false'
163
    shipment["ADDITIONAL_INFORMATION"] = {"MULTI_SELLER_INFORMATION": _getMultiSellerInfo(orders)} 
163
    shipment["ADDITIONAL_INFORMATION"] = {"MULTI_SELLER_INFORMATION": _getMultiSellerInfo(orders)} 
164
    
164
    
165
def _getMultiSellerInfo(orders):
165
def _getMultiSellerInfo(orders):
166
    
166
    pass
167
 
167
 
168
def main():
168
def main():
169
    lc = LogisticsClient().get_client()
169
    lc = LogisticsClient().get_client()
170
    print lc.getEmptyAWB(48, '731467')
170
    print lc.getEmptyAWB(48, '731467')
171
    
171