refs #6732 change name supplier.isSerious to supplier.isReal #2063

Merged
ivanm merged 4 commits from 6732-Change-name-vn.supplier.isSerious-to-vn.supplier.isReal into dev 2024-04-10 11:21:20 +00:00
4 changed files with 4 additions and 3 deletions
Showing only changes of commit 48310d24c7 - Show all commits

View File

@ -23,7 +23,7 @@ AS SELECT `s`.`id` AS `Id_Proveedor`,
`s`.`isOfficial` AS `oficial`,
`s`.`workerFk` AS `workerFk`,
`s`.`payDay` AS `pay_day`,
`s`.`isSerious` AS `serious`,

Si aço no has canviat encara en access, respeta serious, i a qui li toque llevar la vista ja o canviará directe

Si aço no has canviat encara en access, respeta serious, i a qui li toque llevar la vista ja o canviará directe
`s`.`isReal` AS `real`,
`s`.`note` AS `notas`,
`s`.`taxTypeSageFk` AS `taxTypeSageFk`,
`s`.`withholdingSageFk` AS `withholdingSageFk`,

View File

@ -0,0 +1 @@
ALTER TABLE vn.supplier CHANGE COLUMN isSerious isReal tinyint(1) unsigned NOT NULL DEFAULT 0;

View File

@ -25,7 +25,7 @@ module.exports = Self => {
'id',
'name',
'nickname',
'isSerious',
'isReal',
'isActive',
'note',
'nif',

View File

@ -48,7 +48,7 @@
"isOfficial": {
"type": "boolean"
},
"isSerious": {
"isReal": {
"type": "boolean"
},
"isTrucker": {