Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 04e86ad4

Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt

  • ID 04e86ad4cfeb624d92214877e0e55010bb39eeda
  • Vorgänger 266756a7
  • Nachfolger 76405167

Fix Unit-Test: Workflow zu Reklamation nach Erweiterung der InvoiceItems

Unterschiede anzeigen:

t/workflow/invoice_to_reclamation.t
241 241
      id trans_id reclamation_id itime mtime
242 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
      tax_chart_type
244 245
    ));
245 246
} @sales_invoice_items, @converted_sales_reclamation_items;
246 247
test_deeply($sales_invoice->strip->as_tree, $converted_sales_reclamation->strip->as_tree,
......
261 262
      id trans_id reclamation_id itime mtime
262 263
      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 264
      reason_description_ext reason_description_int reason_id reqdate
265
      tax_chart_type
264 266
    ));
265 267
} @purchase_invoice_items, @converted_purchase_reclamation_items;
266 268
test_deeply($purchase_invoice->strip->as_tree, $converted_purchase_reclamation->strip->as_tree,

Auch abrufbar als: Unified diff