ionic-vhframeworks 4.1.1 → 4.1.2

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.
@@ -10900,7 +10900,7 @@ export declare class VhQuerySales {
10900
10900
  /**
10901
10901
  * Hàm này dùng để đồng bộ hóa đơn đang mở ở 2 giao diện hoặc 2 thiết bị khác nhau
10902
10902
  * @example:
10903
- * this.vhQueryCafe.observableSyncOpeningBill('5fb6780ca2148e09806c5b01', 5)
10903
+ * this.vhQuerySales.observableSyncOpeningBill('5fb6780ca2148e09806c5b01', 5)
10904
10904
  .subscribe((rsp)=> {
10905
10905
  if(rsp.vcode === 0){
10906
10906
  //-----------your code 0-----------
@@ -11935,6 +11935,8 @@ export declare class VhQuerySales {
11935
11935
  * this.vhQuerySales.makeCorrectQuantityProducts_byShop()
11936
11936
  .then((bool)=>{
11937
11937
  console.log('makeCorrectQuantityProducts_byShop', bool);
11938
+ },error=>{
11939
+ console.log(error);
11938
11940
  })
11939
11941
  * @returns
11940
11942
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"