update dockerfile

This commit is contained in:
2026-05-10 14:54:53 +03:30
parent 3ad88f7dea
commit 9a33809f70
2 changed files with 12 additions and 0 deletions
@@ -69,6 +69,8 @@ export class PosGoodsComponent {
addGood(good: IGoodResponse) {
this.showPayloadForm.set(true);
console.log('good', good);
this.selectedGoodToAdd.set(good);
}