Skip to content

Commit

Permalink
Missing files from last commit sapmentors#24
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf authored and open-ui5 committed Oct 14, 2016
1 parent 4b16af3 commit 5789eb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions odataparticipant/procedures/ParticipantUpdate.hdbprocedure
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,9 @@ BEGIN
WHERE "ID" = lv_ID_Waiting;
END IF;
END IF;
ELSEIF lv_RSVP_tmp = ''
AND lv_RSVP = 'N'
THEN
-- call search for free seats only if it's a new registration
ELSEIF lv_RSVP <> ''
AND lv_RSVP_tmp <> lv_RSVP
THEN
CALL "SITREG"."com.sap.sapmentors.sitreg.odataparticipant.procedures::GetRSVPrespectingFreeSeats" (
in_EventID => :lv_EventID,
in_RSVP => :lv_RSVP,
Expand Down

0 comments on commit 5789eb3

Please sign in to comment.