Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Dec 1, 2014
1 parent dbd73d5 commit 20579fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logistic_requisition/model/logistic_requisition.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_partner_requisition(self):
states=REQ_STATES,
default=False)
note = fields.Text(
'Remarks/Description',
'Remarks / Description',
states=REQ_STATES)
shipping_note = fields.Text(
'Delivery / Shipping Remarks',
Expand Down

0 comments on commit 20579fa

Please sign in to comment.