Guest Posted February 28, 2007 Share Posted February 28, 2007 Hi! Have added the "posten servicepakke" wich is a freight-module. The module wont show in the admin-panel. Can anyone advise me? I assume the problem is that the zones isnt set up properly, but i cant figure out how it should be done. Here is the beginning of the sql file.. -- -- Table structure for table `servicepakke_satser` -- DROP TABLE IF EXISTS `servicepakke_satser`; CREATE TABLE `servicepakke_satser` ( `vekt` int(5) NOT NULL default '0', `sone1` int(3) NOT NULL default '0', `sone2` int(3) NOT NULL default '0', `sone3` int(3) NOT NULL default '0', `sone4` int(3) NOT NULL default '0', `sone5` int(3) NOT NULL default '0', PRIMARY KEY (`vekt`) ) TYPE=MyISAM; INSERT INTO `servicepakke_satser` VALUES (1000, 58, 59, 63, 68, 72); INSERT INTO `servicepakke_satser` VALUES (2000, 59, 60, 64, 71, 75); INSERT INTO `servicepakke_satser` VALUES (3000, 60, 62, 66, 74, 79); INSERT INTO `servicepakke_satser` VALUES (4000, 62, 65, 69, 77, 83); INSERT INTO `servicepakke_satser` VALUES (5000, 64, 69, 73, 81, 87); INSERT INTO `servicepakke_satser` VALUES (6000, 67, 73, 77, 85, 91); INSERT INTO `servicepakke_satser` VALUES (7000, 70, 77, 82, 89, 95); INSERT INTO `servicepakke_satser` VALUES (8000, 73, 81, 87, 93, 99); INSERT INTO `servicepakke_satser` VALUES (9000, 77, 85, 92, 97, 103); INSERT INTO `servicepakke_satser` VALUES (10000, 82, 90, 97, 102, 107); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.