svn path=/Customer/trunk/; revision=13060
This commit is contained in:
Arthur Egberink
2006-10-05 13:34:24 +00:00
parent 089f676a9d
commit c7bc4c1444

18
CONN/Once/conn#775.sql Normal file
View File

@@ -0,0 +1,18 @@
SET ECHO ON
SPOOL xconn#775.lst;
--CONN#775
-- key 775 is toevallig nog vrij, die gebruiken we (moet nl ook in menu_items bekend zijn)
INSERT INTO fac_usrtab
(fac_usrtab_key, fac_usrtab_naam, fac_usrtab_object, fac_usrtab_omschrijving, fac_usrtab_view
)
VALUES (775, 'Formulieren', 'USR_FORMULIEREN', 'Hyperlinks tbv formulieren', 'T'
);
SPOOL OFF
COMMIT;