Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f2b81f35

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID f2b81f357b24e368b789e32bbb565ca6cd3ae31d
  • Vorgänger e2ae9146
  • Nachfolger fa1bb834

Reclamation: adjust test for workflow

Unterschiede anzeigen:

t/workflow/order_reclamation.t
292 292
}
293 293
ok Compare($sales_order->strip->as_tree, $converted_sales_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
294 294
      id employee_id itime mtime reqdate transdate
295
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
295
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
296 296
      cp_id contact_id
297 297
      cusordnumber cv_record_number
298 298
      ordnumber record_number
......
308 308
}
309 309
ok Compare($sales_reclamation->strip->as_tree, $converted_sales_order->strip->as_tree, {ignore_hash_keys => [qw(
310 310
      id employee_id itime mtime reqdate transdate
311
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
311
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
312 312
      cp_id contact_id
313 313
      cusordnumber cv_record_number
314 314
      ordnumber record_number
......
325 325
}
326 326
ok Compare($purchase_order->strip->as_tree, $converted_purchase_reclamation->strip->as_tree, {ignore_hash_keys => [qw(
327 327
      id employee_id itime mtime reqdate transdate
328
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
328
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
329 329
      cp_id contact_id
330 330
      cusordnumber cv_record_number
331 331
      ordnumber record_number
......
341 341
}
342 342
ok Compare($purchase_reclamation->strip->as_tree, $converted_purchase_order->strip->as_tree, {ignore_hash_keys => [qw(
343 343
      id employee_id itime mtime reqdate transdate
344
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability proforma quonumber quotation
344
      delivery_customer_id delivery_vendor_id expected_billing_date marge_percent marge_total order_probability order_status_id proforma quonumber quotation
345 345
      cp_id contact_id
346 346
      cusordnumber cv_record_number
347 347
      ordnumber record_number
348 348
      )]});
349 349

  
350
# diag Dumper($sales_order->strip->as_tree);
351
# diag Dumper($converted_sales_reclamation->strip->as_tree);
352

  
350 353
####
351 354
clear_up();
352 355

  

Auch abrufbar als: Unified diff