|
Lines 577-582
sub quote_item {
Link Here
|
| 577 |
} |
577 |
} |
| 578 |
$order_quantity = 1; # attempts to create an orderline for each gir |
578 |
$order_quantity = 1; # attempts to create an orderline for each gir |
| 579 |
} |
579 |
} |
|
|
580 |
my $vendor = $schema->resultset('Aqbookseller')->find( $quote->vendor_id ); |
| 580 |
|
581 |
|
| 581 |
# database definitions should set some of these defaults but dont |
582 |
# database definitions should set some of these defaults but dont |
| 582 |
my $order_hash = { |
583 |
my $order_hash = { |
|
Lines 593-598
sub quote_item {
Link Here
|
| 593 |
uncertainprice => 0, |
594 |
uncertainprice => 0, |
| 594 |
sort1 => q{}, |
595 |
sort1 => q{}, |
| 595 |
sort2 => q{}, |
596 |
sort2 => q{}, |
|
|
597 |
currency => $vendor->listprice->currency, |
| 596 |
}; |
598 |
}; |
| 597 |
|
599 |
|
| 598 |
# suppliers references |
600 |
# suppliers references |
| 599 |
- |
|
|