projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a42f7
)
Argh! $form->{storno} nur dann auf '0' setzen, wenn es vorher auch '0' oder 'undef...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 3 Jul 2007 15:25:25 +0000
(15:25 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 3 Jul 2007 15:25:25 +0000
(15:25 +0000)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
9b1d61c
..
ea435df
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-1475,9
+1475,9
@@
sub post {
}
}
- ($form->{AR}) = split /--/, $form->{AR};
- ($form->{AR_paid}) = split /--/, $form->{AR_paid};
- $form->{storno} = 0;
+ ($form->{AR})
= split /--/, $form->{AR};
+ ($form->{AR_paid})
= split /--/, $form->{AR_paid};
+ $form->{storno}
||
= 0;
$form->{label} = $locale->text('Invoice');