Skip to content
Snippets Groups Projects
Commit 0915f2cf authored by François Agneray's avatar François Agneray
Browse files

#72 => done

parent 10d3960a
No related branches found
No related tags found
1 merge request!72Develop
Pipeline #9325 passed
Pipeline: anis-next

#9326

    ......@@ -36,7 +36,7 @@ export class TrDetailComponent implements OnInit {
    }
    detailOutputCategoryOnChange(): void {
    if (this.form.controls.id.value === '') {
    if (this.form.controls.id_detail_output_category.value === '') {
    this.form.controls.id_detail_output_category.setValue(null);
    }
    }
    ......
    ......@@ -37,7 +37,7 @@ export class TrOutputComponent implements OnInit {
    }
    outputCategoryOnChange(): void {
    if (this.form.controls.id.value === '') {
    if (this.form.controls.id_output_category.value === '') {
    this.form.controls.id_output_category.setValue(null);
    }
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment