fix:전자세금계산서 검색 스크립트를 인라인으로 변경 (HTMX 호환)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-05 20:57:23 +09:00
parent 7f0bbc1a95
commit defc753ca5

View File

@@ -271,7 +271,6 @@ class="px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-3
</div>
</div>
@push('scripts')
<script>
function searchBuyer() {
openPartnerModal();
@@ -388,5 +387,4 @@ function escapeAttr(str) {
return str.replace(/&/g, '&amp;').replace(/'/g, '&#39;').replace(/"/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
}
</script>
@endpush
@endsection