Revision e9e28dd2
Von Sven Schöling vor fast 15 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1070 | 1070 |
my ($debitaccno, $debittaxkey) = split /--/, $form->{AP_amountselected}; |
1071 | 1071 |
my ($taxkey, $NULL) = split /--/, $form->{taxchartselected}; |
1072 | 1072 |
my ($payablesaccno, $payablestaxkey) = split /--/, $form->{APselected}; |
1073 |
$form->{AP}{amount_1} = $debitaccno;
|
|
1074 |
$form->{AP}{payables} = $payablesaccno;
|
|
1073 |
# $form->{AP_amount_1} = $debitaccno;
|
|
1074 |
$form->{AP_payables} = $payablesaccno;
|
|
1075 | 1075 |
$form->{taxkey} = $taxkey; |
1076 | 1076 |
$form->{storno} = 0; |
1077 | 1077 |
|
Auch abrufbar als: Unified diff
Partieller revert von 452974ed95bccca90fe3991d46c081e46413b643:
"Revert "Einkaufsrechnung -> Zahlung buchen: sinnlosen Quark gefixt.""
Die ursprüngliche Änderung bleibt erhalten, bis auf eine Zeile, die
Probleme mit der Darstellung von Kontenlisten im Dialogbuchen machte.