Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts: lib/WebGUI/Asset/Wobject/EventManagementSystem.pm lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm
This commit is contained in:
commit
b645d3e1b2
44 changed files with 941 additions and 577 deletions
BIN
docs/upgrades/packages-7.8.3/root_import_ems.wgpkg
Normal file
BIN
docs/upgrades/packages-7.8.3/root_import_ems.wgpkg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -40,9 +40,21 @@ addTrashAdminSetting($session);
|
|||
addPickLanguageMacro($session);
|
||||
installSetLanguage($session);
|
||||
i18nAbleToBeFriend($session);
|
||||
addEMSEnhancements($session);
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
sub addEMSEnhancements {
|
||||
my $session = shift;
|
||||
print "\tAdding EMS Enhancements, if needed... " unless $quiet;
|
||||
my $sth = $session->db->read('describe EventManagementSystem printRemainingTicketsTemplateId');
|
||||
if (! defined $sth->hashRef) {
|
||||
$session->db->write("alter table EventManagementSystem add column printRemainingTicketsTemplateId char(22) not null default 'hreA_bgxiTX-EzWCSZCZJw' after printTicketTemplateId");
|
||||
}
|
||||
print "Done.\n" unless $quiet;
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
sub i18nAbleToBeFriend {
|
||||
my $session = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue