Compare commits

..

2 Commits

Author SHA1 Message Date
Falko 6cd737d988 log entfernt 2026-07-20 09:18:02 +02:00
Falko fcf16bb91a footer entfernt 2026-07-20 08:28:49 +02:00
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -46,6 +46,5 @@ INNER JOIN kunzu ON kunzu.ku_id = kunde.ku_id
export async function fetchCustomersFromSql() { export async function fetchCustomersFromSql() {
const pool = await getPool(); const pool = await getPool();
const result = await pool.request().query(CUSTOMERS_QUERY); const result = await pool.request().query(CUSTOMERS_QUERY);
console.log(result);
return result.recordset; return result.recordset;
} }
-2
View File
@@ -64,8 +64,6 @@
</div> </div>
<div class="feedback" id="feedback"></div> <div class="feedback" id="feedback"></div>
</section> </section>
<footer>Der Kundenbezug wird serverseitig gegen die Stammdaten geprüft, bevor das Ticket erstellt wird.</footer>
</main> </main>
<script src="index.js"></script> <script src="index.js"></script>