summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements
diff options
context:
space:
mode:
authorivan <ivan>2010-01-30 07:38:32 +0000
committerivan <ivan>2010-01-30 07:38:32 +0000
commit0fcdc36642e1430f02ebf5326740e231883bd41f (patch)
treee5633883c65370134141202c40c616d35481d434 /httemplate/edit/elements
parent11b586f0fad8164514d272cee321e12bde6a49ef (diff)
discounts, RT#6679
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r--httemplate/edit/elements/edit.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 4fe32c15d..3e8b6b8ed 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -250,6 +250,7 @@ Example:
% #text and derivitives
% 'size' => $f->{'size'},
% 'maxlength' => $f->{'maxlength'},
+% 'postfix' => $f->{'postfix'},
%
% #checkbox, title, fixed, hidden
% #& deprecated weird value hashref used only by reason.html
@@ -372,7 +373,7 @@ Example:
% $table = $f->{'m2name_table'};
% $col = $f->{'m2name_namecol'};
% } elsif ( $f->{'o2m_table'} ) {
-% $table = $f->{'o2m_table'};
+% $table = $f->{'o2m_tbekable'};
% $col = dbdef->table($f->{'o2m_table'})->primary_key;
% } elsif ( $f->{'m2m_method'} ) {
% $table = $f->{'m2m_method'};