2 Jan 2006 20:07
[SVN: lx-office-erp] r733 - in trunk/unstable: SL bin/mozilla
SVN commit mailer <m.bunkus <at> linet-services.de>
2006-01-02 19:07:36 GMT
2006-01-02 19:07:36 GMT
Author: preetz
Date: 2006-01-02 20:07:34 +0100 (Mon, 02 Jan 2006)
New Revision: 733
Modified:
trunk/unstable/SL/AP.pm
trunk/unstable/bin/mozilla/ap.pl
Log:
Splitbuchungen fuer Kreditoren ergaenzt
Modified: trunk/unstable/SL/AP.pm
===================================================================
--- trunk/unstable/SL/AP.pm 2006-01-02 19:06:52 UTC (rev 732)
+++ trunk/unstable/SL/AP.pm 2006-01-02 19:07:34 UTC (rev 733)
<at> <at> -61,8 +61,15 <at> <at>
: $form->parse_amount($myconfig, $form->{exchangerate});
}
+ for $i (1 .. $form->{rowcount}) {
+ $form->{AP_amounts}{"amount_$i"} =
+ (split(/--/, $form->{"AP_amount_$i"}))[0];
+ }
+ ($form->{AP_amounts}{payables}) = split(/--/, $form->{APselected});
+ ($form->{AP}{payables}) = split(/--/, $form->{APselected});
+
# reverse and parse amounts
- for my $i (1 .. 1) {
+ for my $i (1 .. $form->{rowcount}) {
$form->{"amount_$i"} =
$form->round_amount(
(Continue reading)
RSS Feed