Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cd737d988 | |||
| fcf16bb91a |
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user