Fixed sales kits edition (false validation errors during new kit entry).
[fa-stable.git] / inventory / prices.php
index 2851ecd82b6a321d905d43caea6278103ffc10e8..c537752ecb4222ff661d729e07238b3d26cd8e80 100644 (file)
@@ -142,7 +142,7 @@ if (list_updated('stock_id') || isset($_POST['_curr_abrev_update']) || isset($_P
 $prices_list = get_prices($_POST['stock_id']);
 
 div_start('price_table');
-start_table(TABLESTYLE, "width=30%");
+start_table(TABLESTYLE, "width='30%'");
 
 $th = array(_("Currency"), _("Sales Type"), _("Price"), "", "");
 table_header($th);
@@ -210,4 +210,3 @@ div_end();
 
 end_form();
 end_page();
-?>