In english

This commit is contained in:
Alexandre SPANGARO 2022-05-21 18:45:10 +02:00
parent f25041f577
commit 1be9375b96

View File

@ -20,6 +20,6 @@
--
INSERT INTO `llx_c_asset_disposal_type` (`rowid`, `entity`, `code`, `label`, `active`) VALUES
(1, 1, 'C', 'Vente', 1),
(2, 1, 'HS', 'Mise hors service', 1),
(1, 1, 'C', 'Sale', 1),
(2, 1, 'HS', 'Putting out of service', 1),
(3, 1, 'D', 'Destruction', 1);