adempiere / adempiere-vue

ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on the issue "Extend as GNU/Gpl v3 License #1434".

Home Page:https://adempiere.github.io/adempiere-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report]Error Persistence in collection

elsiosanchez opened this issue · comments

Bug report

When a payment method data is added and the collection is closed or the Point of Sale Form is updated, the old customer data is still loaded.

Steps to reproduce

  1. Open the Point of Sale
  2. Charge an order and open the collection
  3. Choose a payment method and fill out the fields
  4. Close the panel or reload the Point of Sale form
  5. Observe the error

Screenshot or Gif(截图或动态图)

error

Link to minimal reproduction(最小可在线还原demo)

https://demo-ui.erpya.com/

Other relevant information

  • Your OS: Debian 9
  • Web Browser: Chrome
  • Node.js version: V 14.18.0
  • adempiere-vue version: 4.4.0

This problem was fixed in the following PR #1605 waiting for mixing