mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 21:08:59 -04:00
- Fix postComplete(): Add return keyword for error redirect paths (lines 799, 843, 871) when duplicate invoice/work_order/quote numbers - Fix postChangeItemNumber(): Add return statement returning JSON response - Fix postChangeItemName(): Add return statement returning JSON response - Fix postChangeItemDescription(): Add return statement returning JSON response All 4 functions declared return types but were missing return statements, causing potential runtime errors in certain code paths. Resolves #4492