Add 'orders' for customer button in the customers page. Fix bug in add line item

This commit is contained in:
2026-07-11 20:42:37 -04:00
parent 1eccda5cf3
commit 9fa6b146e5
9 changed files with 51 additions and 19 deletions
+5
View File
@@ -375,6 +375,11 @@ button.danger {
color: #666;
}
.invoice-terms-note {
font-weight: bold;
color: #111;
}
@media print {
html { font-size: 100%; } /* keep the printed invoice at normal scale so it still fits one page */
.no-print { display: none !important; }