This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
57
Releases
Wiki
Activity
0c4637030c
salix
/
db
/
versions
/
11142-aquaGerbera
/
01-invoiceOutSerialUpdate.sql
4 lines
91 B
MySQL
Raw
Normal View
History
Unescape
Escape
usa campo factura multipe
2024-07-11 06:37:08 +00:00
UPDATE
vn
.
invoiceOutSerial
SET
`
type
`
=
'
multiple
'
feat: refs #7346 add multiple feature
2024-08-16 08:08:58 +00:00
WHERE
`
description
`
LIKE
'
%Múltiple%
'
;