-
Notifications
You must be signed in to change notification settings - Fork 1.9k
18.0 pos second uo m ajka #718
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
base: 18.0
Are you sure you want to change the base?
Conversation
try for Add Quantity button action
try for Add Quantity button action
Add Quantity button action
Add Quantity button action
…port - Display 'Add Quantity' button in POS only if the selected product has a secondary UoM configured. - Allow user to input quantity in secondary UoM. - Automatically convert entered quantity to primary UoM and update order line accordingly.
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.
Hello @ajka-odoo
Given changes
and same comment in every PR regarding commit message , PR message title
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.
Again give proper name of module
<div class="modal-dialog" role="document"> | ||
<div class="modal-content p-4"> | ||
<div class="modal-header"> | ||
<h5 class="modal-title">Enter Quantity in Drozen</h5> |
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 mistake
this.state = useState({ quantity: 1 }); | ||
|
||
this.orderline = this.props.orderline; | ||
console.log(this.orderline); |
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.
👀
No description provided.