Item Support #69
1 changed files with 3 additions and 0 deletions
|
|
@ -19,8 +19,11 @@
|
||||||
<span class="subtitle">{{ weight }}</span>
|
<span class="subtitle">{{ weight }}</span>
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
|
id="{{uuid}}-quantity"
|
||||||
type="number"
|
type="number"
|
||||||
value="{{quantity}}"
|
value="{{quantity}}"
|
||||||
|
data-foreign-name="system.quantity"
|
||||||
|
data-foreign-uuid="{{uuid}}"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue