Skip to content

Instantly share code, notes, and snippets.

@florianfiegel
Created September 26, 2011 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florianfiegel/1243764 to your computer and use it in GitHub Desktop.
Save florianfiegel/1243764 to your computer and use it in GitHub Desktop.
Script for GrandTotal (http://www.grandtotal.biz/GrandTotal/) that changes the unit "h" as it is exported for example from mite to the unit "Stunden".
if (grandtotalrecord.unit() == "h")
"Stunden"
else
grandtotalrecord.unit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment