geer-builder 1.2.961 → 1.2.962

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.
Files changed (2) hide show
  1. package/GTransaction.vue +1 -1
  2. package/package.json +1 -1
package/GTransaction.vue CHANGED
@@ -142,7 +142,7 @@ export default
142
142
  {
143
143
  name : 'sale_id',
144
144
  label : 'Sale ID',
145
- field : row => row.sale_id,
145
+ field : row => row.branch_sale_id ? row.branch_sale_id : row.sale_id,
146
146
  align : 'left',
147
147
  required: true,
148
148
  format: val => `${val}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.961",
3
+ "version": "1.2.962",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {