Subversion Repositories SmartDukaan

Rev

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

Rev 8363 Rev 8571
Line 756... Line 756...
756
    def addOrUpdateAmazonFbaInventory(self,amazonfbainventorysnapshot):
756
    def addOrUpdateAmazonFbaInventory(self,amazonfbainventorysnapshot):
757
        try:
757
        try:
758
            return add_or_update_amazon_fba_inventory(amazonfbainventorysnapshot)
758
            return add_or_update_amazon_fba_inventory(amazonfbainventorysnapshot)
759
        finally:
759
        finally:
760
            close_session()
760
            close_session()
761
            close_session()
-
 
762
            
761
            
763
    def addUpdateHoldInventory(self, itemId, warehouseId, holdQuantity, source):
762
    def addUpdateHoldInventory(self, itemId, warehouseId, holdQuantity, source):
764
        try:
763
        try:
765
            add_update_hold_inventory(itemId, warehouseId, holdQuantity, source)
764
            add_update_hold_inventory(itemId, warehouseId, holdQuantity, source)
766
        finally:
765
        finally: