2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Label printing bug fixes (#7329)

* Hide printing actions button for top level stock location

* Fix typo

* Add another check for null

* Remove debug statement

* Prevent display of multiple form-error notifications

* Fix pickling for print offloading

* Reset selected plugin

* Exclude the entire 'context' object when pickling a printing job
This commit is contained in:
Oliver
2024-05-27 19:12:29 +10:00
committed by GitHub
parent 9047e325a9
commit b402836dc4
7 changed files with 42 additions and 31 deletions

View File

@ -16,7 +16,6 @@ In addition to the model-specific context variables, the following global contex
| base_url | The base URL for the InvenTree instance |
| date | Current date, represented as a Python datetime.date object |
| datetime | Current datetime, represented as a Python datetime object |
| request | The Django request object associated with the printing process |
| template | The report template instance which is being rendered against |
| template_description | Description of the report template |
| template_name | Name of the report template |