Compare commits
2 Commits
5989046b53
...
6cd737d988
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cd737d988 | |||
| fcf16bb91a |
@@ -46,6 +46,5 @@ INNER JOIN kunzu ON kunzu.ku_id = kunde.ku_id
|
||||
export async function fetchCustomersFromSql() {
|
||||
const pool = await getPool();
|
||||
const result = await pool.request().query(CUSTOMERS_QUERY);
|
||||
console.log(result);
|
||||
return result.recordset;
|
||||
}
|
||||
|
||||
@@ -64,8 +64,6 @@
|
||||
</div>
|
||||
<div class="feedback" id="feedback"></div>
|
||||
</section>
|
||||
|
||||
<footer>Der Kundenbezug wird serverseitig gegen die Stammdaten geprüft, bevor das Ticket erstellt wird.</footer>
|
||||
</main>
|
||||
|
||||
<script src="index.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user