Line | |
---|
1 | |
---|
2 | -- Se añade la sección Indeterminada para la importacion Abies |
---|
3 | |
---|
4 | Insert into docs_section (idsection,section_libelle,sdoc_codage_import,sdoc_owner,section_pic,section_visible_opac) select '28','General','','0','','1' from dual where NOT EXISTS(Select * from docs_section where idsection like '28' and section_libelle like 'Indeterminado'); |
---|
5 | |
---|
6 | -- Se limpia la correspondencia entre sección y localización para sólo incluir la biblioteca |
---|
7 | |
---|
8 | delete from docsloc_section where num_section !='28' and num_location !='1'; |
---|
9 | |
---|
10 | -- Se actuliza el campo flag_pret para los estado de Abies |
---|
11 | |
---|
12 | update docs_statut set pret_flag='1' where idstatut='101' or idstatut='103'; |
---|
13 | update docs_statut set statut_allow_resa='1' where idstatut='101'; |
---|
14 | update docs_statut set pret_flag='0' where idstatut='102'; |
---|
Note: See
TracBrowser
for help on using the repository browser.