Skip to content

Instantly share code, notes, and snippets.

@kenbolton
Created August 23, 2012 16:37
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 kenbolton/3438455 to your computer and use it in GitHub Desktop.
Save kenbolton/3438455 to your computer and use it in GitHub Desktop.
Taxability Information Code
EXTRA_MODEL_FIELDS = (
(
"cartridge.shop.models.Product.tic",
"CharField",
("Taxability Information Code",),
{"max_length":"5", "blank": True, "default":"00000", },
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment