typo -- should link to the transaction, not the payment/billing
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 1 Dec 2006 18:58:54 +0000 (18:58 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 1 Dec 2006 18:58:54 +0000 (18:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6642 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/fm_IDL.xml

index 98250e4..1a640da 100644 (file)
                        <field reporter:label="Total Billing Amount" name="total" oils_obj:array_position="6" oils_persist:virtual="false"/>
                </fields>
                <links>
-                       <link field="xact" reltype="might_have" key="id" map="" class="mb"/>
+                       <link field="xact" reltype="might_have" key="id" map="" class="mbt"/>
                </links>
        </class>
        <class id="rxpt" controller="open-ils.reporter-store" oils_obj:fieldmapper="reporter::xact_paid_totals" oils_persist:tablename="reporter.xact_paid_totals">
                        <field reporter:label="Total Paid Amount" name="total" oils_obj:array_position="6" oils_persist:virtual="false"/>
                </fields>
                <links>
-                       <link field="xact" reltype="might_have" key="id" map="" class="mp"/>
+                       <link field="xact" reltype="might_have" key="id" map="" class="mbt"/>
                </links>
        </class>
 </IDL>