mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Merge pull request #140 from inventree/legacy-api
Remove support for legacy stock transfer API code
(cherry picked from commit 333e5bb41d)
This commit is contained in:
parent
d796cd208d
commit
bf722d6b76
6 changed files with 189 additions and 365 deletions
|
|
@ -127,7 +127,6 @@ void main() {
|
|||
assert(api.apiVersion >= 50);
|
||||
assert(api.supportsSettings);
|
||||
assert(api.supportsNotifications);
|
||||
assert(api.supportsModernStockTransactions);
|
||||
assert(api.supportsPoReceive);
|
||||
|
||||
// Check available permissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue