|
Lines 455-469
sub duplicate_to {
Link Here
|
| 455 |
invoiceid |
455 |
invoiceid |
| 456 |
datecancellationprinted |
456 |
datecancellationprinted |
| 457 |
cancellationreason |
457 |
cancellationreason |
| 458 |
claims_count |
|
|
| 459 |
claimed_date |
| 460 |
parent_ordernumber |
458 |
parent_ordernumber |
| 461 |
) |
459 |
) |
| 462 |
) |
460 |
) |
| 463 |
{ |
461 |
{ |
| 464 |
undef $order_info->{$field}; |
462 |
undef $order_info->{$field}; |
| 465 |
} |
463 |
} |
| 466 |
$order_info->{placed_on} = dt_from_string; |
|
|
| 467 |
$order_info->{entrydate} = dt_from_string; |
464 |
$order_info->{entrydate} = dt_from_string; |
| 468 |
$order_info->{orderstatus} = 'new'; |
465 |
$order_info->{orderstatus} = 'new'; |
| 469 |
$order_info->{quantityreceived} = 0; |
466 |
$order_info->{quantityreceived} = 0; |
| 470 |
- |
|
|