From 771889a99a16051fa8da1a83ea50d07a2e8120f4 Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Thu, 25 Jun 2026 18:11:44 -0700 Subject: [PATCH] feat(1099): default Is1099Tracked from tax classification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the recipient dialog, changing tax classification on a NEW record sets the 1099-tracked default: CCorp/SCorp default to NOT tracked (spec §2.1/§2.3), others to tracked. Only applies until the user manually toggles it; never overrides an explicit choice or an existing saved value on edit. Co-Authored-By: Claude Opus 4.8 --- .../pages/payee-1099-page/payee-1099-page.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/APP/src/app/features/payee1099/pages/payee-1099-page/payee-1099-page.component.html b/APP/src/app/features/payee1099/pages/payee-1099-page/payee-1099-page.component.html index 7862460..661d42d 100644 --- a/APP/src/app/features/payee1099/pages/payee-1099-page/payee-1099-page.component.html +++ b/APP/src/app/features/payee1099/pages/payee-1099-page/payee-1099-page.component.html @@ -87,10 +87,11 @@