Added default storage to vessel and some other fixes
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ INSERT INTO dropdown (ddid, ddval, ddtext) VALUES
|
||||
INSERT INTO dropdown (ddid, ddval, ddtext, flags) VALUES
|
||||
(2, 1, 'Supplier', 'fixed'),
|
||||
(2, 2, 'Manufacturer', 'fixed'),
|
||||
(2, 3, 'Shipyard', fixed),
|
||||
(2, 3, 'Shipyard', 'fixed'),
|
||||
(2, 9, 'Generic', 'fixed');
|
||||
|
||||
INSERT INTO dropdown (ddid, ddval, ddtext, flags) VALUES
|
||||
|
||||
Reference in New Issue
Block a user