Skip to content

Commit

Permalink
#150 mark sure CreateMaterialReceipt is running out of transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Feb 21, 2017
1 parent 8084184 commit d61d8bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import de.metas.process.JavaProcess;
import de.metas.process.Param;
import de.metas.process.ProcessPreconditionsResolution;
import de.metas.process.RunOutOfTrx;
import de.metas.ui.web.WebRestApiApplication;
import de.metas.ui.web.handlingunits.HUDocumentView;
import de.metas.ui.web.handlingunits.HUDocumentViewSelection;
Expand Down Expand Up @@ -118,6 +119,7 @@ public WEBUI_M_HU_CreateMaterialReceipt()
}

@Override
@RunOutOfTrx
protected String doIt() throws Exception
{

Expand Down

0 comments on commit d61d8bc

Please sign in to comment.