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