X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FInvoice.pm;h=23847553dc5fcd6296d73949cfaaf1518c8d8e23;hb=1baea8cb6d9de284e35c8dc981c7a9559e9e9888;hp=0a607988580ec792ecba76d79993138c1f76af99;hpb=142ea3bff784ba29bd87de5615bb4f2aec8c977f;p=kivitendo-erp.git diff --git a/SL/DB/Invoice.pm b/SL/DB/Invoice.pm index 0a6079885..23847553d 100644 --- a/SL/DB/Invoice.pm +++ b/SL/DB/Invoice.pm @@ -156,7 +156,7 @@ sub new_from { my (@columns, @item_columns, $item_parent_id_column, $item_parent_column); if (ref($source) eq 'SL::DB::Order') { - @columns = qw(quonumber delivery_customer_id delivery_vendor_id); + @columns = qw(quonumber delivery_customer_id delivery_vendor_id tax_point); @item_columns = qw(subtotal); $item_parent_id_column = 'trans_id';