contractnumber provider added, old provider number field only if no previous contact exist
This commit is contained in:
+4
@@ -180,8 +180,12 @@ export declare function getCustomerById(id: number): Promise<({
|
||||
cancellationPeriodId: number | null;
|
||||
contractDurationId: number | null;
|
||||
previousContractId: number | null;
|
||||
previousProviderId: number | null;
|
||||
previousCustomerNumber: string | null;
|
||||
previousContractNumber: string | null;
|
||||
providerId: number | null;
|
||||
tariffId: number | null;
|
||||
contractNumberAtProvider: string | null;
|
||||
priceFirst12Months: string | null;
|
||||
priceFrom13Months: string | null;
|
||||
priceAfter24Months: string | null;
|
||||
|
||||
Reference in New Issue
Block a user