-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
[8.0] [FIX] purchase_requisition_bid_selection - cancel draftbid on generate po #93
[8.0] [FIX] purchase_requisition_bid_selection - cancel draftbid on generate po #93
Conversation
👍 |
|
||
|
||
class test_generate_po(common.TransactionCase): | ||
""" Test genertation of a purchase order from selected Bid and ensure |
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.
typo
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.
s/genertation/generation
👍, and thanks for the cool workflow stubbing - it's not what we want to test here. |
52bcc31
to
d9d5bb4
Compare
@lepistone I amended fixes in last commit |
👍 |
…ate_po [8.0] [FIX] purchase_requisition_bid_selection - cancel draftbid on generate po
Fix cancellation of draftpo remaing in state draftpo instead of being cancelled when generating PO.
Plus add test to reproduce
This PR depends on