Files
opensourcepos/app/Controllers
Ollama ad06700aea fix: wrap postSave() in single transaction for atomicity
- Remove internal transaction from Item_taxes->save_value() to allow controller-level transaction
- Wrap entire save sequence (item, taxes, quantities, inventory, attributes) in single transaction
- Ensure all operations succeed or all fail together
- Prevents partial writes when saveItemAttributes() fails after item/tax/quantity saves succeed

Fixes #4474
2026-04-15 15:10:13 +00:00
..
2026-04-14 01:05:10 +04:00
2025-03-28 21:24:21 +04:00