Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit da375ecf
authored
Oct 27, 2012
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taaks
1 parent
f162f29f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
code/LanBortalWeb/src/fi/insomnia/bortal/web/cdiview/shop/FoodWaveView.java
code/LanBortalWeb/src/fi/insomnia/bortal/web/cdiview/shop/FoodWaveView.java
View file @
da375ec
...
@@ -244,9 +244,7 @@ public class FoodWaveView extends GenericCDIView {
...
@@ -244,9 +244,7 @@ public class FoodWaveView extends GenericCDIView {
public
String
deliverAccountEvent
()
{
public
String
deliverAccountEvent
()
{
if
(
getAccountEventLines
().
isRowAvailable
())
{
if
(
getAccountEventLines
().
isRowAvailable
())
{
AccountEvent
e
=
getAccountEventLines
().
getRowData
();
AccountEvent
e
=
getAccountEventLines
().
getRowData
();
e
.
setDelivered
(
Calendar
.
getInstance
());
e
=
accountEventBean
.
markDelivered
(
e
,
Calendar
.
getInstance
());
e
=
accountEventBean
.
merge
(
e
);
foodWaveId
=
selectedFoodWave
.
getId
();
foodWaveId
=
selectedFoodWave
.
getId
();
selectedFoodWave
=
null
;
selectedFoodWave
=
null
;
initFoodWaveOrderList
();
initFoodWaveOrderList
();
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment