Instanceof operator was not working so changed the way of checking it
This commit is contained in:
@@ -124,7 +124,6 @@ export class ClosingStockComponent implements OnInit {
|
||||
? undefined
|
||||
: new CostCentre({ id: array.controls[index].value.costCentre });
|
||||
});
|
||||
console.log('getClosingStock', this.info);
|
||||
return this.info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user