diff options
author | ivan <ivan> | 2008-01-04 02:42:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-04 02:42:07 +0000 |
commit | 1f0e0fb65fdd32d57a3134c018d5a1dc0f09e249 (patch) | |
tree | 0698a46e75923894d6fa6f0682203e01bb5acfe0 /httemplate/edit/process/cust_main_county.html | |
parent | 3b720b3194fb140737a87830b32b2e8d616215f4 (diff) |
new tax rate editor
Diffstat (limited to 'httemplate/edit/process/cust_main_county.html')
-rw-r--r-- | httemplate/edit/process/cust_main_county.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_main_county.html b/httemplate/edit/process/cust_main_county.html new file mode 100644 index 000000000..3d9d20b85 --- /dev/null +++ b/httemplate/edit/process/cust_main_county.html @@ -0,0 +1,6 @@ +<% include( 'elements/process.html', + 'table' => 'cust_main_county', + 'popup_reload' => 'Tax changed', #a popup "parent reload" for now + #someday change the individual element and go away instead + ) +%> |