Merge branch 'development' into 'devops-staging'
fix: admin price See merge request empatnusabangsa/ppob/ppob-backend!159
This commit is contained in:
commit
62b9476387
|
@ -33,6 +33,8 @@ export class ProductHistoryPrice extends BaseModel {
|
|||
@Column('text')
|
||||
type: productType;
|
||||
|
||||
@Column()
|
||||
@Column({
|
||||
default: 0,
|
||||
})
|
||||
admin_price: number;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user