]> wagnertech.de Git - mfinanz.git/commitdiff
Merge branch 'master' of ssh://lx-office/~/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 5 Mar 2010 12:48:29 +0000 (13:48 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 5 Mar 2010 12:48:29 +0000 (13:48 +0100)
Conflicts:
doc/changelog

bin/mozilla/do.pl
doc/changelog

index 692a4595ac700a1082179a7f1178c54f5277432d..4ae7f455113ffb8794472bbac0865e1960475704 100644 (file)
@@ -1207,10 +1207,10 @@ sub transfer_in {
 
       my $do_base_qty = $form->parse_amount(\%myconfig, $form->{"qty_$i"}) * $units->{$form->{"unit_$i"}}->{factor} / $base_unit_factor;
 
-      if ($do_base_qty != $row_sum_base_qty) {
-        push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.',
-                                                 $i, $form->{"qty_$i"}, $form->{"unit_$i"});
-      }
+#      if ($do_base_qty != $row_sum_base_qty) {
+#        push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.',
+#                                                 $i, $form->{"qty_$i"}, $form->{"unit_$i"});
+#      }
     }
 
     if (@{ $form->{ERRORS} }) {
@@ -1278,10 +1278,10 @@ sub transfer_out {
 
       my $do_base_qty = $form->parse_amount(\%myconfig, $form->{"qty_$i"}) * $units->{$form->{"unit_$i"}}->{factor} / $base_unit_factor;
 
-      if ($do_base_qty != $row_sum_base_qty) {
-        push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.',
-                                                 $i, $form->{"qty_$i"}, $form->{"unit_$i"});
-      }
+#      if ($do_base_qty != $row_sum_base_qty) {
+#        push @{ $form->{ERRORS} }, $locale->text('Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.',
+#                                                 $i, $form->{"qty_$i"}, $form->{"unit_$i"});
+#      }
     }
 
     if (%request_map) {
index 35ad7276a995beb31bb0f91dfa0ab20170bcd701..0a867e45d729e659acda01fa167bbcb767a2bab6 100644 (file)
@@ -75,6 +75,9 @@
    zugeordneten Zahlungskonditionen korrekt geladen, wenn der Kunde keine
    Zahlungsonditionen zugeordnet hatte, wird auch auf keine Zahlungskondition
    gewechselt.
+ - Die Beschränkung in Lieferscheinen immer genau die Menge auszulagern, die
+   angegeben wurde, wurde aufgehoben. Der Lieferschein ist nach der
+   Lagerbuchung weiterhin nicht mehr editierbar, also Vorsicht.
 
 
   Wichtige Änderungen für Administratoren:
   922 940 1017 1024 1025 1028 1030 1031 1034 1035 1036 1037 1040 1043 1044 1046
   1051 1055 1057 1058 1072 1073 1077 1079 1081 1082 1095 1098 1100 1101 1108
   1110 1118 1125 1127 1130 1133 1135 1136 1138 1144 1146 1147 1150 1151 1155
-  1164 1173 1177 1186 1188 1190 1191 1195 1197 1198 1199 1200 1201 1209 1213
-  1243 1248 1250 1262 1286 1287 1289 1290 1291 1294 1299 1331 1334 1336 1339 
-  1340 1341 1342 1343 1350 1399
+  1164 1170 1173 1177 1186 1188 1190 1191 1195 1197 1198 1199 1200 1201 1209
+  1213 1243 1248 1250 1262 1286 1287 1289 1290 1291 1294 1299 1331 1334 1336
+  1339 1340 1341 1342 1343 1350 1399
 
 
 2009-06-02 - Version 2.6.0