Skip to content

Commit 7dae842

Browse files
authored
Merge pull request #30 from sssonline/master
2016-11-23
2 parents ec9e02e + ac65e4e commit 7dae842

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

entity/ProductAssetEntities.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ along with this software (see the LICENSE.md file). If not, see
370370
<!-- Asset Identification Type -->
371371
<moqui.basic.EnumerationType description="Asset Identification Type" enumTypeId="AssetIdentificationType"/>
372372
<moqui.basic.Enumeration description="Manufacturer Serial Number" enumId="AitMfgSerial" enumTypeId="AssetIdentificationType"/>
373+
<moqui.basic.Enumeration description="Media Access Control (MAC) Address" enumId="AitMac" enumTypeId="AssetIdentificationType"/>
373374
<moqui.basic.Enumeration description="Vendor Inventory/Tracking" enumId="AitVendorInventory" enumTypeId="AssetIdentificationType"/>
374375
<moqui.basic.Enumeration description="Tracking Label Number" enumId="AitTrackingLabel" enumTypeId="AssetIdentificationType"/>
375376
<moqui.basic.Enumeration description="Vehicle Identification Number (VIN)" enumId="AitVin" enumTypeId="AssetIdentificationType"/>
@@ -822,4 +823,13 @@ along with this software (see the LICENSE.md file). If not, see
822823
<moqui.basic.Enumeration enumId="ArjOverShipped" description="Over Shipped" enumTypeId="RejectionReason"/>
823824
</seed-data>
824825
</entity>
826+
827+
<!-- ========================================================= -->
828+
<!-- moqui.basic.print -->
829+
<!-- ========================================================= -->
830+
831+
<extend-entity entity-name="NetworkPrinter" package="moqui.basic.print">
832+
<field name="assetId" type="id"/>
833+
<relationship type="one" related="mantle.product.asset.Asset"/>
834+
</extend-entity>
825835
</entities>

0 commit comments

Comments
 (0)