Skip to content

Commit

Permalink
[FIX] stock_request: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed May 2, 2024
1 parent 84c56bd commit aab6e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stock_request/models/stock_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def _stock_request_confirm_done_message_content(self, message_data):
message += (
_(
"The following requested items from Stock Request %(request_name)s "
"have now been received in %(location_name)s using Picking %(picking_name)s:"
"have now been received in %(location_name)s using Picking "
"%(picking_name)s:"
)
% message_data
)
Expand Down

0 comments on commit aab6e46

Please sign in to comment.