mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
- Fixed invalid CSS syntax (padding:10px; !important -> padding:10px;) - Added type="button" to avatar toggle buttons to prevent form submission - Fixed colspan values for avatar column in receivings/receiving.php and receivings/receipt.php - Added summary_colspan for tax indicator in sales/receipt_default.php - Changed avatar toggle from <a><div> to proper <button> elements - Fixed persisted avatar state to also hide header columns - Fixed column widths to total 100% in sales/register.php - Fixed no-items-in-cart colspan from 8 to 9 in sales/register.php - Unified localStorage key to 'avatarColumnVisible' across all views