X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=doc%2Fapi_changes.txt;fp=doc%2Fapi_changes.txt;h=cab0d50b45517f125df1941fcf83cd3a53a5e639;hb=11109ad9f0e6af3f59d72731a95e473e72fb308b;hp=dca83c273526a7542284b4bd8664c82d961136e8;hpb=fd11a3b500e79a3e98f7a3860f872cd31ce33113;p=fa-stable.git diff --git a/doc/api_changes.txt b/doc/api_changes.txt index dca83c27..cab0d50b 100644 --- a/doc/api_changes.txt +++ b/doc/api_changes.txt @@ -21,7 +21,7 @@ Changed functions: items_transfer_db.inc: add_stock_transfer($Items, $location_from, $location_to, $date_, $reference, $memo_) items_adjust_db.inc: - add_stock_adjustment($items, $location, $date_, $increase, $reference, $memo_) + add_stock_adjustment($items, $location, $date_, $reference, $memo_) Before 2.4: get_tax_type_default_rate($type_id) @@ -113,6 +113,6 @@ Description: Before 2.4: add_stock_adjustment($items, $location, $date_, $type, $increase, $reference, $memo_) Now: - add_stock_adjustment($items, $location, $date_, $increase, $reference, $memo_) + add_stock_adjustment($items, $location, $date_, $reference, $memo_) Description: - Removed obsolete $type argument. + Removed obsolete $type and $increase arguments.