dev → test #69

Merged
guillermo merged 5 commits from dev into test 2024-07-18 05:59:33 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8929f8c55a - Show all commits

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"/>