Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e9b2764c

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID e9b2764c5f55a700bc342f61cf5898de0ee42212
  • Vorgänger 960124c0
  • Nachfolger c988246c

Tests: invoice_to_reclamation.t: add new fields to ignore list

expense_chart_id tax_id inventory_chart_id

Unterschiede anzeigen:

t/workflow/invoice_to_reclamation.t
239 239
    "sales_invoice_items to sales_reclamation_items",
240 240
    qw(
241 241
      id trans_id reclamation_id itime mtime
242
      allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate
242
      allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate expense_chart_id tax_id inventory_chart_id
243 243
      reason_description_ext reason_description_int reason_id reqdate
244 244
    ));
245 245
} @sales_invoice_items, @converted_sales_reclamation_items;
......
259 259
    "purchase_invoice_items to purchase_reclamation_items",
260 260
    qw(
261 261
      id trans_id reclamation_id itime mtime
262
      allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate
262
      allocated assemblyitem cusordnumber deliverydate donumber fxsellprice marge_percent marge_price_factor marge_total optional ordnumber subtotal transdate expense_chart_id tax_id inventory_chart_id
263 263
      reason_description_ext reason_description_int reason_id reqdate
264 264
    ));
265 265
} @purchase_invoice_items, @converted_purchase_reclamation_items;

Auch abrufbar als: Unified diff