Skip to content

Commit

Permalink
header txt for new column
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Oct 11, 2008
1 parent 77d54d6 commit 85a2b02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/invoices.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Blinksale.Invoices = function() {
var element = $(element);
var tag = element.childElements()[0].tagName;
var field = new Element(tag, { "name": "converted_amount" });
if (tag == "TH") {
field.update("Converted Amount");
}
element.insert(field);
});
};
Expand Down

0 comments on commit 85a2b02

Please sign in to comment.