X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fincludes%2Fdb%2Fitems_db.inc;h=02345a67edfad638868a5fb86e06bb6d5b2863f1;hb=3663b9dc3763c91e4dc76cc791420af853daded6;hp=07fde0d172768d1872dc80aead3876a361edcb7c;hpb=842d2d6eddb907d77d14630a5b7b25608fb31b5d;p=fa-stable.git diff --git a/inventory/includes/db/items_db.inc b/inventory/includes/db/items_db.inc index 07fde0d1..02345a67 100644 --- a/inventory/includes/db/items_db.inc +++ b/inventory/includes/db/items_db.inc @@ -10,7 +10,7 @@ See the License here . ***********************************************************************/ function update_item($stock_id, $description, $long_description, $category_id, - $tax_type_id, $units='', $mb_flag='', $sales_account, $inventory_account, + $tax_type_id, $units, $mb_flag, $sales_account, $inventory_account, $cogs_account, $adjustment_account, $wip_account, $dimension_id, $dimension2_id, $no_sale, $editable, $no_purchase, $depreciation_method = 'D', $depreciation_rate=100, $depreciation_factor=1,