set sepas favicon and update many things in correction and shared sale invoice
Production CI / validate-and-build (push) Failing after 1m2s
Production CI / validate-and-build (push) Failing after 1m2s
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
IPosSaleInvoicesSummaryRawResponse,
|
||||
IPosSaleInvoicesSummaryResponse,
|
||||
} from '../models';
|
||||
import { IPosReturnFromSaleRequest } from '../models/returnFromSale';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class PosSaleInvoicesService {
|
||||
@@ -65,7 +66,10 @@ export class PosSaleInvoicesService {
|
||||
);
|
||||
}
|
||||
|
||||
returnFromSale(data: any, invoiceId: string): Observable<IPosSaleInvoiceFiscalActionResponse> {
|
||||
returnFromSale(
|
||||
data: IPosReturnFromSaleRequest,
|
||||
invoiceId: string
|
||||
): Observable<IPosSaleInvoiceFiscalActionResponse> {
|
||||
return this.http.post<IPosSaleInvoiceFiscalActionResponse>(
|
||||
this.apiRoutes.tsp.returnFromSale(invoiceId),
|
||||
data
|
||||
|
||||
Reference in New Issue
Block a user