projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36dd191
)
Another smarty issue...
author
Stéphane Jacob
<sj@m4x.org>
Thu, 29 Oct 2009 20:47:51 +0000
(21:47 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 29 Oct 2009 20:47:51 +0000
(21:47 +0100)
templates/payment/index.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/payment/index.tpl
b/templates/payment/index.tpl
index
f5eba5b
..
e5ce00c
100644
(file)
--- a/
templates/payment/index.tpl
+++ b/
templates/payment/index.tpl
@@
-114,7
+114,8
@@
function payment_submit(form)
<strong>{$pay->text}</strong><input type="hidden" name="ref" value="{$pay->id}" />
{else}
<select name="ref" onchange="payment_submit(this.form)">
- {select_db_table table="`$prefix`paiements" valeur=$pay->id where="WHERE FIND_IN_SET('old',t.flags)=0"
+ {select_db_table table="`$prefix`paiements" valeur=$pay->id
+ where="WHERE FIND_IN_SET(\'old\',t.flags)=0"
join="LEFT JOIN groupex.asso AS g ON (t.asso_id = g.id)" group="g.nom"}
</select>
{/if}