smart pd changes

This commit is contained in:
gandhimathi 2018-10-16 11:31:26 +05:30
parent 37ab34c0ef
commit b0586cf07b

View File

@ -104,7 +104,7 @@ export class ViewPdComponent implements OnInit, OnDestroy {
});
}
else if(pdData.fk_pd_type == 2){
const dialogRef = this.dialog.open(PdAllocationComponent, {
const dialogRef = this.dialog.open(SmartPdAllocationComponent, {
data: pdData,
disableClose: true
});