Generate raised bills functionality completed
[habeas.git] / src / resources / tablerow.template.xml
index 62f9ec8..55364ce 100644 (file)
@@ -1,14 +1,14 @@
-    <table:table-row>
+    <table:table-row table:style-name="Table2.1">
      <table:table-cell table:style-name="Table2.A2" office:value-type="string">
-      <text:p text:style-name="P3"/>{Reference Number}
+         <text:p text:style-name="P6">{0}</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="Table2.A2" office:value-type="string">
-      <text:p text:style-name="P3"/>{Description}
+         <text:p text:style-name="P6">{1}</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="Table2.A2" office:value-type="string">
-      <text:p text:style-name="P3"/>{Bill Date}
+         <text:p text:style-name="P6">{2}</text:p>
      </table:table-cell>
      <table:table-cell table:style-name="Table2.D2" office:value-type="string">
-      <text:p text:style-name="P3"/>{Bill Amount}
+         <text:p text:style-name="P6">{3}</text:p>
      </table:table-cell>
-    </table:table-row>
+    </table:table-row>
\ No newline at end of file