ionic-vhframeworks 10.3.2 → 10.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26529,7 +26529,7 @@ export declare class VhQuerySales {
|
|
|
26529
26529
|
* @param invoiceSeries
|
|
26530
26530
|
* @returns Promise => {vcode, msg, data(array)}
|
|
26531
26531
|
*/
|
|
26532
|
-
|
|
26532
|
+
changeBill_toInvoice_byMinvoice(id_bill: string, invoiceSeries: string): Promise<any>;
|
|
26533
26533
|
/**
|
|
26534
26534
|
* @example
|
|
26535
26535
|
* this.vhQuerySales.changeTiktok_toInvoice_byMinvoice(order,invoiceSeries)
|