Skip to content

Commit

Permalink
Added doc for status_label to context variables (#6507)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeoLacruz authored Feb 17, 2024
1 parent a1eb362 commit 7adf2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/report/context_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Each part object has access to a lot of context variables about the part. The fo
| review_needed | Flag if [StockItem](./context_variables.md#stockitem) needs review |
| delete_on_deplete | If True, [StockItem](./context_variables.md#stockitem) will be deleted when the stock level gets to zero |
| status | Status of this [StockItem](./context_variables.md#stockitem) (ref: InvenTree.status_codes.StockStatus) |
| status_label | Textual representation of the status e.g. "OK" |
| notes | Extra notes field |
| build | Link to a Build (if this stock item was created from a build) |
| is_building | Boolean field indicating if this stock item is currently being built (or is "in production") |
Expand Down

0 comments on commit 7adf2e0

Please sign in to comment.