mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-21 14:30:43 +00:00
Added context variables for purchase orders (#471)
* 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:
docs
@ -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)
|
||||
|
Reference in New Issue
Block a user