Skip to content

Commit

Permalink
remove purchase_payments to outgoing_payments in sale_opportunities#show
Browse files Browse the repository at this point in the history
  • Loading branch information
thib44 committed Jun 16, 2017
1 parent 101e844 commit 0c406f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/sale_opportunities/show.html.haml
Expand Up @@ -42,7 +42,7 @@
- l.side :sales, new: false
- l.side :purchases, new: false
- l.side :incoming_payments, new: false
- l.side :purchase_payments, new: false
- l.side :outgoing_payments, new: false
- l.side :gaps, new: false
- l.side :tasks, at: :due_at
- l.side :versions, new: false
Expand Down

0 comments on commit 0c406f3

Please sign in to comment.