| Lines 131-136
          export default {
      
      
        Link Here | 
        
          | 131 |             delete vendor.baskets_count; | 131 |             delete vendor.baskets_count; | 
        
          | 132 |             delete vendor.subscriptions; | 132 |             delete vendor.subscriptions; | 
        
          | 133 |             delete vendor.contracts; | 133 |             delete vendor.contracts; | 
            
              |  |  | 134 |             delete vendor.invoices_count; | 
        
          | 134 |  | 135 |  | 
        
          | 135 |             if (!this.discountValid) | 136 |             if (!this.discountValid) | 
        
          | 136 |                 errors.push(this.$__("Invalid discount value")); | 137 |                 errors.push(this.$__("Invalid discount value")); | 
            
              | 137 | -  |  |  |