Fix: Can use POS module with several concurrent users. This also remove

temporary table.
This commit is contained in:
Juanjo Menent 2011-10-19 23:26:25 +08:00 committed by Regis Houssin
parent 98f248ac8c
commit 33980c412a
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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;