Big Chunk of updates on way to making the sales portion working
This commit is contained in:
@ -68,7 +68,7 @@ export class ProductDetailComponent implements OnInit, AfterViewInit {
|
||||
hasHappyHour: this.item.hasHappyHour,
|
||||
isNotAvailable: this.item.isNotAvailable,
|
||||
quantity: this.item.quantity || '',
|
||||
isActive: this.item.isActive,
|
||||
isActive: this.item.isActive
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user