Skip to content

v1.2.12 — Split-safe inventory item services

Choose a tag to compare

@SFenton SFenton released this 27 Jun 02:44
· 10 commits to main since this release

Added

  • evershelf.delete_inventory_item deletes one item from a row, decrementing rows with quantity greater than 1.
  • evershelf.update_inventory_item updates one item from a row, splitting rows with quantity greater than 1 when needed.