Add disposal type data
This commit is contained in:
parent
84900ceab7
commit
f25041f577
25
htdocs/install/mysql/data/llx_c_asset_disposal_type.sql
Normal file
25
htdocs/install/mysql/data/llx_c_asset_disposal_type.sql
Normal file
@ -0,0 +1,25 @@
|
||||
-- Copyright (C) 2022 OpenDSI <support@open-dsi.fr>
|
||||
--
|
||||
-- This program is free software; you can redistribute it and/or modify
|
||||
-- it under the terms of the GNU General Public License as published by
|
||||
-- the Free Software Foundation; either version 3 of the License, or
|
||||
-- (at your option) any later version.
|
||||
--
|
||||
-- This program is distributed in the hope that it will be useful,
|
||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
-- GNU General Public License for more details.
|
||||
--
|
||||
-- You should have received a copy of the GNU General Public License
|
||||
-- along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
--
|
||||
--
|
||||
|
||||
--
|
||||
-- Do not include comments at end of line, this file is parsed during install and string '--' are removed.
|
||||
--
|
||||
|
||||
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),
|
||||
(3, 1, 'D', 'Destruction', 1);
|
||||
Loading…
Reference in New Issue
Block a user