mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Merge pull request #41 from eeintech/qr_data_fix
Fixed JSON QR code context variable name
This commit is contained in:
commit
5c6edc5c39
@ -54,5 +54,5 @@ In addition to the global label context data, the following variables are made a
|
|||||||
* quantity - *The `quantity` field of the StockItem object*
|
* quantity - *The `quantity` field of the StockItem object*
|
||||||
* serial - *The `serial` field of the StockItem object*
|
* serial - *The `serial` field of the StockItem object*
|
||||||
* uid - *The `uid` field of the StockItem object*
|
* uid - *The `uid` field of the StockItem object*
|
||||||
* qrcode - *JSON data representing the StockItem object, useful for rendering to a QR code*
|
* qr_data - *JSON data representing the StockItem object, useful for rendering to a QR code*
|
||||||
* tests - *Dict object of TestResult data associated with the StockItem*
|
* tests - *Dict object of TestResult data associated with the StockItem*
|
Loading…
x
Reference in New Issue
Block a user