2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-21 14:30:43 +00:00

Added context variables for purchase orders ()

* Changed IDs of pictures

* Added context variables for pruchase order

* Name change

* Removed PO variables from context_variables because of double

* Typo
This commit is contained in:
Michael
2023-04-19 22:50:22 +02:00
committed by GitHub
parent 148e2bfa94
commit b2af3e2a96
4 changed files with 25 additions and 14 deletions

@ -55,7 +55,7 @@ class PluginWithSettings(SettingsMixin, InvenTreePlugin):
}
```
This mixin defines the helper functions `plugin.get_setting` and `plugin.set_seting` to access all plugin specific settings:
This mixin defines the helper functions `plugin.get_setting` and `plugin.set_setting` to access all plugin specific settings:
```python
api_url = self.get_setting('API_URL', cache = False)