499-A question: "provide and bill" instead of just "bill"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-04-27 20:47:42 -05:00
parent d6780dd9f9
commit edf81765ac

View file

@ -507,7 +507,7 @@ import Base from "../../layouts/Base.astro";
// 499-A special — ask qualifying questions when past due // 499-A special — ask qualifying questions when past due
if (check.id === "form_499a" && (status === "red" || status === "yellow")) { if (check.id === "form_499a" && (status === "red" || status === "yellow")) {
inner += `<div class="mt-3 border-t border-red-200 pt-3"> inner += `<div class="mt-3 border-t border-red-200 pt-3">
<p class="text-sm font-medium ${c.textColor} mb-2">Did ${eName} bill customers for voice or data telecom services during the overdue filing period(s)?</p> <p class="text-sm font-medium ${c.textColor} mb-2">Did ${eName} provide and bill customers for voice or data telecom services during the overdue filing period(s)?</p>
<div class="flex gap-2 flex-wrap"> <div class="flex gap-2 flex-wrap">
<button class="f499-yes bg-red-500 hover:bg-red-600 text-white text-sm font-semibold px-4 py-1.5 rounded-lg transition">Yes — need to file</button> <button class="f499-yes bg-red-500 hover:bg-red-600 text-white text-sm font-semibold px-4 py-1.5 rounded-lg transition">Yes — need to file</button>
<button class="f499-no bg-amber-500 hover:bg-amber-600 text-white text-sm font-semibold px-4 py-1.5 rounded-lg transition">No — no telecom revenue</button> <button class="f499-no bg-amber-500 hover:bg-amber-600 text-white text-sm font-semibold px-4 py-1.5 rounded-lg transition">No — no telecom revenue</button>