[+] Project : Added the ability for groups to show or hide prices for their members

This commit is contained in:
jBreux
2011-12-21 16:42:17 +00:00
parent 018f959f9e
commit 4e661c0e4d
7 changed files with 464 additions and 339 deletions
+2
View File
@@ -353,3 +353,5 @@ CREATE TABLE IF NOT EXISTS `PREFIX_linksmenutop_lang` (
INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES
('PS_SMARTY_CONSOLE', '0', NOW(), NOW());
ALTER TABLE `PREFIX_group` ADD `show_prices` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `price_display_method`;