X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FOrder.pm;fp=SL%2FDB%2FOrder.pm;h=35cfaea4f4fb76d34673a62d1ace3f640db75126;hb=d512cb5d87333ebce57e015343de3a0799762e91;hp=43acce5a153e3c84cc053cd77616d000b50f6445;hpb=4a89a4204d58f6c3f1f2e921b90f9c8927a26020;p=kivitendo-erp.git diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index 43acce5a1..35cfaea4f 100644 --- a/SL/DB/Order.pm +++ b/SL/DB/Order.pm @@ -328,7 +328,7 @@ sub new_from { my %args = ( map({ ( $_ => $source->$_ ) } qw(amount cp_id currency_id cusordnumber customer_id delivery_customer_id delivery_term_id delivery_vendor_id department_id employee_id exchangerate globalproject_id intnotes marge_percent marge_total language_id netamount notes - ordnumber payment_id quonumber reqdate salesman_id shippingpoint shipvia taxincluded taxzone_id + ordnumber payment_id quonumber reqdate salesman_id shippingpoint shipvia taxincluded tax_point taxzone_id transaction_description vendor_id )), quotation => !!($destination_type =~ m{quotation$}),