Merge branch 'master' of git@github.com:plainblack/webgui
This commit is contained in:
commit
d0307d99c1
15 changed files with 166 additions and 264 deletions
|
|
@ -100,6 +100,7 @@ sub execute {
|
|||
my $getCalendar = WebGUI::Asset::Wobject::Calendar->getIsa($session);
|
||||
|
||||
CALENDAR: while (my $calendar = $getCalendar->()) {
|
||||
next unless defined $calendar;
|
||||
my $calendarTitle = $calendar->getTitle;
|
||||
my $calendarId = $calendar->getId;
|
||||
if ( $calendar->get( "state" ) ne "published" ) {
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ sub definition {
|
|||
},
|
||||
paypalSubject => {
|
||||
fieldType => 'text',
|
||||
label => $i18n->get('Subject for vendor notication email'),
|
||||
label => $i18n->get('Subject for vendor notification email'),
|
||||
defaultValue => $i18n->get('Vendor payout from').' ' . $session->setting->get('companyUrl'),
|
||||
},
|
||||
notificationGroupId => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue