Skip to content

Commit

Permalink
Merge pull request #3 from kristoffernolgren/master
Browse files Browse the repository at this point in the history
typ ett test, kolla kommentarer
  • Loading branch information
lillem4n committed Feb 22, 2012
2 parents 5d47b62 + 1ead163 commit b327d2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xsl/admin/bills.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
<xsl:call-template name="form_line">
<xsl:with-param name="id" select="concat('qty_item_',.)" />
<xsl:with-param name="label" select="'Quantity:'" />
<xsl:with-param name="value" select="'1'" />

</xsl:call-template>

<p>---</p>
Expand All @@ -163,4 +165,4 @@
</form>
</xsl:template>

</xsl:stylesheet>
</xsl:stylesheet>

0 comments on commit b327d2b

Please sign in to comment.