mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 19:26:22 -04:00
- Rename save_value() to saveValue() for PSR compliance - Remove second parameter (item_id) - now derived from data array - Check for item_id in data to determine insert vs update - Update all call sites in Items controller - Update test file references Part of #4459