1
0

Added Quantity.primary to form

Fixed setting parent on Quantity form
This commit is contained in:
cryptogopher
2019-10-26 21:48:52 +02:00
parent 7b46f131c0
commit 26f653819d
3 changed files with 7 additions and 1 deletions

View File

@@ -58,7 +58,8 @@ class QuantitiesController < ApplicationController
:name,
:description,
:domain,
:parent_id
:parent_id,
:primary
)
end