Skip to content

Commit

Permalink
Fix wong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jun 23, 2020
1 parent 6383447 commit b122054
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ public class C_Flatrate_Term_Create_For_BPartners extends C_Flatrate_Term_Create
@Param(parameterName = PARAM_SHOW_SIMULATION_FLAG)
private boolean showSimulationFlag;

private static final String PARAM_IS_COMPLETE_DOCUMENT = "IsCompleteDocument";
private static final String PARAM_IS_COMPLETE_DOCUMENT = "IsComplete";
@Param(parameterName = PARAM_IS_COMPLETE_DOCUMENT, mandatory = true)
private boolean p_completeDocument;

Expand Down

0 comments on commit b122054

Please sign in to comment.