fix product edit

This commit is contained in:
gowthaman 2024-05-09 13:48:44 +05:30
parent 1c1a25ade9
commit 711983f312

View File

@ -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")