-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delivery to target warehouse #4040
Conversation
"warehouse": "_Test Warehouse - _TC", | ||
"delivery_document_no": "", | ||
"purchase_document_no": se.name | ||
}) | ||
|
||
def test_delivery_of_bundled_items_to_target_warehouse(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this test, we have passed the target warehouse as _Test Warehouse 1 - _TC
, but we haven't changed the target warehouse in packed item table to something different. Isn't that also a requirement of #3970 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Target warehouse get copied from main item table, if not specified in packing list
22906c9
to
688e524
Compare
@nabinhait test case is failing |
Add this:
|
688e524
to
ea48f02
Compare
@sliska This is due in next release. Sorry for the delay (we were tied up with conference) |
ea48f02
to
03afb45
Compare
Hi Rushabh, When will you have time for the second deliverable? (Buy Product Bundles We had agreed to push it back until October. Will it be ready for the next thanks, On Tue, Oct 13, 2015 at 2:59 AM, Rushabh Mehta [email protected]
|
Against #3970