Merge branch 'devops-staging' into 'master'
Devops staging See merge request empatnusabangsa/ppob/ppob-backend!224
This commit is contained in:
commit
6746278b6c
|
@ -13,7 +13,11 @@ export class COA extends BaseModel {
|
||||||
@Column('text')
|
@Column('text')
|
||||||
balanceType: balanceType;
|
balanceType: balanceType;
|
||||||
|
|
||||||
@Column()
|
@Column({
|
||||||
|
type: 'numeric',
|
||||||
|
precision: 20,
|
||||||
|
scale: 2,
|
||||||
|
})
|
||||||
amount: number;
|
amount: number;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user