mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-02 21:01:29 -04:00
- Fixed CodeRabbit review: changed enable_actions and load_success from const to let in manage_tables.js (they are reassigned in init) - Replaced all var declarations in inline JavaScript in Views with let (for reassigned) or const (for never reassigned) - Modernized 48 additional files with inline JavaScript