Skip to content
Snippets Groups Projects
Commit 360b1c73 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #2692 from frederic34/patch-8

Update product.class.php
parents 45c585ac 768fdde2
No related branches found
No related tags found
No related merge requests found
......@@ -1514,7 +1514,7 @@ class Product extends CommonObject
$sql.= " weight, weight_units, length, length_units, surface, surface_units, volume, volume_units, barcode, fk_barcode_type, finished,";
$sql.= " accountancy_code_buy, accountancy_code_sell, stock, pmp,";
$sql.= " datec, tms, import_key, entity, desiredstock, tobatch, fk_unit";
$sql.= " ,ref_ext, fk_price_expression";
$sql.= " , fk_price_expression";
$sql.= " FROM ".MAIN_DB_PREFIX."product";
if ($id) $sql.= " WHERE rowid = ".$this->db->escape($id);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment