Skip to content

Commit

Permalink
Change order product add pos cart
Browse files Browse the repository at this point in the history
  • Loading branch information
bvisible authored Oct 30, 2023
1 parent 0f8787d commit bf3377a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erpnext/selling/page/point_of_sale/pos_item_cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ erpnext.PointOfSale.ItemCart = class {
const me = this;

if (!$item_to_update.length) {
this.$cart_items_wrapper.append(
////this.$cart_items_wrapper.append(
this.$cart_items_wrapper.prepend(
`<div class="cart-item-wrapper" data-row-name="${escape(item_data.name)}"></div>
<div class="seperator"></div>`
)
Expand Down

0 comments on commit bf3377a

Please sign in to comment.