0
1
Fork 0

feat: refs #7704 Refactor

This commit is contained in:
Guillermo Bonet 2024-07-11 14:32:56 +02:00
parent 7f2c645682
commit 8929f8c55a
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@
WHERE b.available > 0
ORDER BY i.relevancy DESC, i.name, i.size
LIMIT 5000;
DROP TEMPORARY TABLE tmp.item;
CALL vn.ticketCalculatePurge();
</db-model>
<db-form id="$card" v-model="card" model="items"/>