Revision 24cdf9e9
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
188 | 188 |
<td nowrap>[% 'Subtotal' | $T8 %]</td> |
189 | 189 |
<td align=right><input name="l_globalprojectnumber" class=checkbox type=checkbox value=Y></td> |
190 | 190 |
<td nowrap>[% 'Document Project Number' | $T8 %]</td> |
191 |
<td align=right><input name="l_transaction_description" class=checkbox type=checkbox value=Y></td> |
|
191 |
<td align=right><input name="l_transaction_description" class=checkbox type=checkbox value=Y[% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]></td>
|
|
192 | 192 |
<td nowrap>[% 'Transaction description' | $T8 %]</td> |
193 | 193 |
</tr> |
194 | 194 |
<tr> |
templates/webpages/do/search.html | ||
---|---|---|
230 | 230 |
</td> |
231 | 231 |
|
232 | 232 |
<td> |
233 |
<input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y"> |
|
233 |
<input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y"[% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]>
|
|
234 | 234 |
<label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label> |
235 | 235 |
</td> |
236 | 236 |
</tr> |
templates/webpages/oe/search.html | ||
---|---|---|
236 | 236 |
<label for="l_globalprojectnumber">[% 'Project Number' | $T8 %]</label> |
237 | 237 |
</td> |
238 | 238 |
<td> |
239 |
<input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y"> |
|
239 |
<input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y"[% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]>
|
|
240 | 240 |
<label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label> |
241 | 241 |
</td> |
242 | 242 |
</tr> |
Auch abrufbar als: Unified diff
Einkauf/Verkauf: Vorgangsbezeichnung in Suche default an…
…sofern in der Mandantenkonfiguration das Erzwingen der Eingabe der
Vorgangsbezeichnung eingeschaltet ist.