@lambda-development/erp-core 0.1.11 → 0.1.13

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.
package/dist/index.js CHANGED
@@ -3238,7 +3238,8 @@ const kr = {
3238
3238
  { name: "city", label: "City", type: "text" },
3239
3239
  { name: "zip_code", label: "Zip Code", type: "text" },
3240
3240
  { name: "country", label: "Country", type: "text" },
3241
- { name: "tax_id", label: "Tax ID", type: "text" }
3241
+ { name: "tax_id", label: "Tax ID", type: "text" },
3242
+ { name: "iban", label: "IBAN", type: "text" }
3242
3243
  ]
3243
3244
  }, wr = {
3244
3245
  customer: "Customer",