Merge lp:~dorian-kemps/unifield-server/US-2083 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4468
Proposed branch: lp:~dorian-kemps/unifield-server/US-2083
Merge into: lp:unifield-server
Diff against target: 19 lines (+2/-0)
1 file modified
bin/addons/msf_outgoing/msf_outgoing.py (+2/-0)
To merge this branch: bzr merge lp:~dorian-kemps/unifield-server/US-2083
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+328385@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/msf_outgoing/msf_outgoing.py'
2--- bin/addons/msf_outgoing/msf_outgoing.py 2017-05-12 12:52:14 +0000
3+++ bin/addons/msf_outgoing/msf_outgoing.py 2017-08-16 10:25:08 +0000
4@@ -864,6 +864,7 @@
5 """
6 cp_vals = {
7 'product_qty': return_qty,
8+ 'date_expected': datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
9 'line_number': move.line_number,
10 'location_dest_id': move.initial_location.id,
11 'from_pack': family.to_pack - family.selected_number + 1,
12@@ -4335,6 +4336,7 @@
13
14 move_values = {
15 'product_qty': initial_qty,
16+ 'date_expected': datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
17 }
18
19 if not initial_qty:

Subscribers

People subscribed via source and target branches