Skip to content

Commit

Permalink
fixed #164
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 22, 2017
1 parent 6cdfc95 commit 8a40bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/OfflinePayment/Resources/views/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
}
$('input[name="order"]').val(json['data']['order']);
$('input[name="description"]').val(json['data']['description']);
$('textarea[name="description"]').val(json['data']['description']);
$('input[name="method"]').remove();
Expand Down

0 comments on commit 8a40bfe

Please sign in to comment.