mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: Can use POS module with several concurrent users. This also remove
temporary table.
This commit is contained in:
parent
98f248ac8c
commit
33980c412a
|
|
@ -22,6 +22,7 @@ For users:
|
|||
- New: Can export into Excel 2007 format.
|
||||
- New: Add hidden option CASHDESK_FORCE_STOCK_ON_BILL
|
||||
- New: Can search on part of barcode into POS module.
|
||||
- Fix: Can use POS module with several concurrent users.
|
||||
|
||||
For developers:
|
||||
- New: Add webservice to get or create a product, service.
|
||||
|
|
|
|||
|
|
@ -65,3 +65,5 @@ ALTER TABLE llx_product_fournisseur_price ADD CONSTRAINT fk_product_fournisseur_
|
|||
|
||||
ALTER TABLE llx_product_fournisseur_price DROP FOREIGN KEY fk_product_fournisseur_price_fk_product_fournisseur;
|
||||
|
||||
DROP TABLE IF EXISTS llx_pos_tmp;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user