! -> Note
$ -> Affected files
+02-Nov-2009 Janusz Dobrowolski
+# Bad default value retrieved for service COGS account.
+$ /inventory/manage/items.php
+
01-Nov-2009 Joe Hunt
! Changed $date_system value of 3 to be traditional, but non-workday is Friday
and start of week is Saturday. For DatePicker.
}
else
{
- gl_all_accounts_list_row(_("C.O.G.S. Account:"), 'inventory_account', $_POST['inventory_account']);
- hidden('cogs_account', $_POST['cogs_account']);
+ gl_all_accounts_list_row(_("C.O.G.S. Account:"), 'cogs_account', $_POST['cogs_account']);
+ hidden('inventory_account', $_POST['inventory_account']);
hidden('adjustment_account', $_POST['adjustment_account']);
}