Revision e2305bab
Von Philip Reetz vor mehr als 16 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
962 | 962 |
|
963 | 963 |
$show_details_checked = "checked" if $form->{show_details}; |
964 | 964 |
|
965 |
$ob_transaction_checked = "checked" if $form->{ob_transaction}; |
|
966 |
$cb_transaction_checked = "checked" if $form->{cb_transaction}; |
|
967 |
|
|
965 | 968 |
# $locale->text('Add General Ledger Transaction') |
966 | 969 |
# $locale->text('Edit General Ledger Transaction') |
967 | 970 |
|
... | ... | |
1155 | 1158 |
</tr>|; |
1156 | 1159 |
} |
1157 | 1160 |
|
1158 |
print qq|<tr> |
|
1161 |
print qq| |
|
1162 |
<tr> |
|
1163 |
<tr><td colspan=4><table><tr> |
|
1164 |
<td> |
|
1165 |
| . $locale->text('OB Transaction') . qq|<input type="checkbox" name="ob_transaction" value="1" $ob_transaction_checked> |
|
1166 |
</td> |
|
1167 |
<td> |
|
1168 |
| . $locale->text('CB Transaction') . qq|<input type="checkbox" name="cb_transaction" value="1" $cb_transaction_checked> |
|
1169 |
</td> |
|
1170 |
</tr></table></td></tr> |
|
1171 |
<tr> |
|
1159 | 1172 |
<td width="1%" align="right" nowrap>| . $locale->text('Show details') . qq|</td> |
1160 | 1173 |
<td width="1%"><input type="checkbox" onclick="show_form_details();" name="show_details" value="1" $show_details_checked></td> |
1161 | 1174 |
</tr>|; |
... | ... | |
1260 | 1273 |
. qq|"> |; |
1261 | 1274 |
|
1262 | 1275 |
} else { |
1263 |
if ($transdate > $closedto) { |
|
1264 | 1276 |
print qq| |
1265 | 1277 |
<input class=submit type=submit name=action id=update_button value="| . $locale->text('Update') . qq|"> |
1266 | 1278 |
<input class=submit type=submit name=action value="| . $locale->text('Post') . qq|">|; |
1267 |
} |
|
1268 | 1279 |
} |
1269 | 1280 |
|
1270 | 1281 |
print " |
Auch abrufbar als: Unified diff
Markieren von Dialogbuchungen als Eroeffnungs- oder Schlussbilanzbuchungen