View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000319 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2008-10-21 14:39 | 2012-12-10 13:45 |
Reporter | sarunas_valaskevicius | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.0.0.0 revision 13895 | ||||
Summary | 0000319: update possibly wrong | ||||
Description | ALTER TABLE `oxorderarticles` ADD COLUMN `OXVATPRICE` double NOT NULL DEFAULT '0' AFTER `OXBRUTPRICE`; ... ALTER TABLE `oxorderarticles` DROP COLUMN `OXTOTALVAT`; and there is no filling of newly created OXVATPRICE, and after droping OXTOTALVAT we loose info. check if this is correct: OXVATPRICE = OXTOTALVAT / artcnt; (if yes, then fix update.sql) | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||