Skip to content

Commit

Permalink
Very simple bugfix with one character
Browse files Browse the repository at this point in the history
  • Loading branch information
bulutg committed Dec 21, 2020
1 parent 8556c52 commit 491a64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void submitButtonClicked(ActionEvent event) {
String offerType = chooseOppositeOfferBox.getSelectionModel().getSelectedItem();
String agreementName = agreementNameField.getText();

Offer offer = getOffer(offerType, city1, moneyField1, percentageField2);
Offer offer = getOffer(offerType, city1, moneyField1, percentageField1);
Offer oppositeOffer = getOffer(oppositeOfferType, city2, moneyField2, percentageField2);

// create agreement
Expand Down

0 comments on commit 491a64f

Please sign in to comment.