4273-hotFix_entry_isInventory #1018

Merged
joan merged 3 commits from 4273-hotFix_entry_isInventory into test 2022-06-30 12:22:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c02433faab - Show all commits

View File

@ -31076,7 +31076,7 @@ CREATE TABLE `entry` (
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`evaNotes` varchar(45) COLLATE utf8_unicode_ci DEFAULT NULL,
`travelFk` int(11) unsigned DEFAULT NULL,
`currencyFk` tinyint(3) unsigned DEFAULT '1',
`currencyFk` tinyint(3) unsigned DEFAULT '1',
`companyFk` smallint(5) unsigned NOT NULL DEFAULT '442',
`gestDocFk` int(11) DEFAULT NULL,
`invoiceInFk` mediumint(8) unsigned DEFAULT NULL,