fix product edit
This commit is contained in:
parent
1c1a25ade9
commit
711983f312
@ -344,6 +344,7 @@ open class Product : BaseTenantModel() {
|
||||
this.hsnCode = updatedProduct.hsnCode
|
||||
this.uom = updatedProduct.uom
|
||||
this.gstPct = updatedProduct.gstPct
|
||||
this.code = updatedProduct.code
|
||||
}
|
||||
|
||||
@Column(name = "id")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user