Skip to content

Commit

Permalink
Fix: sql error
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 28, 2011
1 parent 114ee9d commit ffa593e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/cashdesk/sql/llx_pos_tmp.sql
Expand Up @@ -27,6 +27,5 @@ CREATE TABLE llx_pos_tmp (
remise real NOT NULL,
total_ht double(24,8) NOT NULL,
total_tva double(24,8) NOT NULL,
total_ttc double(24,8) NOT NULL,
PRIMARY KEY (id)
total_ttc double(24,8) NOT NULL
) ENGINE=innodb;

0 comments on commit ffa593e

Please sign in to comment.