From d71b69f6d8d7f2c343086f0029dd99ef52b9f13b Mon Sep 17 00:00:00 2001 From: Ollama Date: Tue, 17 Mar 2026 15:42:17 +0000 Subject: [PATCH] Fix review issues: CSS syntax, accessibility, colspan values, and avatar toggle state persistence - 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
to proper
-
+
diff --git a/app/Views/receivings/receipt.php b/app/Views/receivings/receipt.php index 64e110e3a..1222a7fb1 100644 --- a/app/Views/receivings/receipt.php +++ b/app/Views/receivings/receipt.php @@ -27,11 +27,9 @@ if (isset($error_message)) { echo view('partial/print_receipt', ['print_after_sale', $print_after_sale, 'selected_printer' => 'receipt_printer']) ?>