Skip to content

Added new SKU functions

Compare
Choose a tag to compare
@stevebauman stevebauman released this 24 Mar 16:00
· 263 commits to master since this release
  • Added 2 (two) new SKU functions on inventory items (createSku($code, $overwrite = false) & updateSku($code, $sku = NULL)
  • Calling newStockOnLocation($location) now throws an exception if a stock already exists on the specified location
  • Updated documentation and tests to match