Revision d3e50437
Von G. Richardson vor mehr als 6 Jahren hinzugefügt
SL/Dev/Record.pm | ||
---|---|---|
34 | 34 |
|
35 | 35 |
my $invoice = SL::DB::Invoice->new( |
36 | 36 |
invoice => 1, |
37 |
type => 'sales_invoice',
|
|
37 |
type => 'invoice', |
|
38 | 38 |
customer_id => $customer->id, |
39 | 39 |
taxzone_id => $customer->taxzone->id, |
40 | 40 |
invnumber => delete $params{invnumber} // undef, |
Auch abrufbar als: Unified diff
Dev create_sales_invoice - type ist invoice