X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=doc%2Fapi_changes.txt;h=cab0d50b45517f125df1941fcf83cd3a53a5e639;hb=9f832e8ab3c679ab67e5d086a99774dac58e004a;hp=c0053195b49e355a85e80d17536ed6998e8ce7ab;hpb=fe5ffc2ae3bf2d2221a837131dd425a7c69633b9;p=fa-stable.git diff --git a/doc/api_changes.txt b/doc/api_changes.txt index c0053195..cab0d50b 100644 --- a/doc/api_changes.txt +++ b/doc/api_changes.txt @@ -20,6 +20,8 @@ Changed functions: add_stock_move_customer() removed 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_, $reference, $memo_) Before 2.4: get_tax_type_default_rate($type_id) @@ -107,3 +109,10 @@ Now: add_stock_transfer($Items, $location_from, $location_to, $date_, $reference, $memo_) Description: Removed obsolete $type argument. + +Before 2.4: + add_stock_adjustment($items, $location, $date_, $type, $increase, $reference, $memo_) +Now: + add_stock_adjustment($items, $location, $date_, $reference, $memo_) +Description: + Removed obsolete $type and $increase arguments.