Add uuid to PurchaseOrderListItem so that Enter Receipt action works
authorjulesstp <julianmcarlin@gmail.com>
Fri, 14 Feb 2014 16:09:08 +0000 (10:09 -0600)
committerjulesstp <julianmcarlin@gmail.com>
Fri, 14 Feb 2014 16:09:08 +0000 (10:09 -0600)
enyo-client/extensions/source/purchasing/database/orm/models/purchase_order.json

index c917bdf..ee437f5 100644 (file)
           "isNaturalKey":true
         }
       },
+      {
+        "name": "uuid",
+        "attr": {
+          "type": "String",
+          "column": "obj_uuid"
+        }
+      },
       {
         "name": "vendor",
         "toOne": {