fixes #4859 export_db #1200
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1200
Loading…
Reference in New Issue
No description provided.
Delete Branch "4859-export_db"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
4859-export_dbto fixes #4859 export_dbFalta revisar con javi
@ -43,2 +43,3 @@
<vn-th field="ref">Reference</vn-th>
<vn-td vn-tooltip="{{::entry.ref}}">{{::entry.ref}}</vn-td>
///REVISAR
<vn-td vn-tooltip="{{::entry.reference}}">{{::entry.reference}}</vn-td>
tarda mucho en calcular
@ -95,3 +95,3 @@
FROM vn.entry e
JOIN vn.travel t ON t.id = e.travelFk
JOIN buy b ON b.id = b.entryFk
JOIN buy b ON e.id = b.entryFk
Era este JOIN lo que fea que anara lentisim en test/produccio, i dua 2 anys funcionant mal