Feature: Added hotkeys in vouchers for selecting date (f2), save (ctrl+s) and post (ctrl+p)
This commit is contained in:
@ -57,7 +57,6 @@ export class ProductDetailComponent implements OnInit, AfterViewInit {
|
||||
|
||||
showItem(item: Product) {
|
||||
this.item = item;
|
||||
console.log(item);
|
||||
this.form.setValue({
|
||||
code: this.item.code || '(Auto)',
|
||||
name: this.item.name || '',
|
||||
|
||||
Reference in New Issue
Block a user