Revision aead6cb0
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
t/workflow/order_reclamation.t | ||
---|---|---|
284 | 284 |
id trans_id reclamation_id itime mtime |
285 | 285 |
cusordnumber marge_percent marge_price_factor marge_total optional ordnumber ship subtotal transdate |
286 | 286 |
reason_description_ext reason_description_int reason_id |
287 |
recurring_billing_mode recurring_billing_invoice_id |
|
287 | 288 |
)); |
288 | 289 |
} @sales_order_items, @converted_sales_reclamation_items; |
289 | 290 |
test_deeply( $sales_order->strip->as_tree, $converted_sales_reclamation->strip->as_tree, |
... | ... | |
303 | 304 |
id trans_id reclamation_id itime mtime |
304 | 305 |
cusordnumber marge_percent marge_price_factor marge_total optional ordnumber ship subtotal transdate |
305 | 306 |
reason_description_ext reason_description_int reason_id |
307 |
recurring_billing_mode recurring_billing_invoice_id |
|
306 | 308 |
)); |
307 | 309 |
} @sales_reclamation_items, @converted_sales_order_items; |
308 | 310 |
test_deeply($sales_reclamation->strip->as_tree, $converted_sales_order->strip->as_tree, |
... | ... | |
323 | 325 |
id trans_id reclamation_id itime mtime |
324 | 326 |
cusordnumber marge_percent marge_price_factor marge_total optional ordnumber ship subtotal transdate |
325 | 327 |
reason_description_ext reason_description_int reason_id |
328 |
recurring_billing_mode recurring_billing_invoice_id |
|
326 | 329 |
)); |
327 | 330 |
} @purchase_order_items, @converted_purchase_reclamation_items; |
328 | 331 |
test_deeply($purchase_order->strip->as_tree, $converted_purchase_reclamation->strip->as_tree, |
... | ... | |
342 | 345 |
id trans_id reclamation_id itime mtime |
343 | 346 |
cusordnumber marge_percent marge_price_factor marge_total optional ordnumber ship subtotal transdate |
344 | 347 |
reason_description_ext reason_description_int reason_id |
348 |
recurring_billing_mode recurring_billing_invoice_id |
|
345 | 349 |
)); |
346 | 350 |
} @purchase_reclamation_items, @converted_purchase_order_items; |
347 | 351 |
test_deeply($purchase_reclamation->strip->as_tree, $converted_purchase_order->strip->as_tree, |
Auch abrufbar als: Unified diff
Wiederkehrende Abrechnung: Unit-Test Workflow Auftrag->Reklamation gefixt