Tarea #601 boton + abrir el cuadro de dialogo de añadir cantidad

This commit is contained in:
gerard 2018-09-11 09:38:37 +02:00
parent 2179572620
commit 0102c4f673
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ module.exports = Self => {
tcp.itemFk,
tcp.grouping,
tcp.price,
tcp.rate,
tcp.warehouseFk,
w.name AS warehouse
FROM tmp.ticketComponentPrice tcp
JOIN vn.warehouse w ON w.id = tcp.warehouseFk`