Subversion Repositories SmartDukaan

Rev

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

Rev 23447 Rev 23449
Line 134... Line 134...
134
         - itemId
134
         - itemId
135
         - destination_pin
135
         - destination_pin
136
         - type
136
         - type
137
        """
137
        """
138
        try:
138
        try:
139
            return self.get_logistics_estimation_with_type(itemId, destination_pin, type, -1)
139
            return self.get_logistics_estimation_with_type(itemId, destination_pin, type)
140
        finally:
140
        finally:
141
            close_session()
141
            close_session()
142
    
142
    
143
 
143
 
144
    def getLogisticsEstimationForStore(self, itemId, destination_pin, type):
144
    def getLogisticsEstimationForStore(self, itemId, destination_pin, type):