update saleinvoice single and create return from sale form, update agent.md file,
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
<ng-template #labelSuffix>
|
||||
<p-selectButton
|
||||
[options]="discountTypeItems"
|
||||
[(ngModel)]="discountType"
|
||||
[(ngModel)]="form.controls.payload.controls.discount_type.value"
|
||||
[allowEmpty]="false"
|
||||
optionLabel="label"
|
||||
optionValue="value"
|
||||
optionLabel="name"
|
||||
optionValue="id"
|
||||
(onChange)="changeDiscountCalculation($event)" />
|
||||
</ng-template>
|
||||
</app-amount-percentage-input>
|
||||
|
||||
Reference in New Issue
Block a user