diff --git a/BTCPayServer/Views/Apps/TemplateEditor.cshtml b/BTCPayServer/Views/Apps/TemplateEditor.cshtml index be94e72b6..eecb5ff44 100644 --- a/BTCPayServer/Views/Apps/TemplateEditor.cshtml +++ b/BTCPayServer/Views/Apps/TemplateEditor.cshtml @@ -260,6 +260,9 @@ $(function() { if (image) { template += ' image: ' + image + '\n'; } + if (inventory) { + template += ' inventory: ' + inventory + '\n'; + } if (custom) { template += ' custom: true\n'; }