X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6cde4d1d7e444d3471f7329153c2d18f8daac85f..6ee486a53d467fe2cb5aa5a971e5de0755ab6d0c:/SL/DB/MetaSetup/InvoiceItem.pm?ds=sidebyside diff --git a/SL/DB/MetaSetup/InvoiceItem.pm b/SL/DB/MetaSetup/InvoiceItem.pm index 86e0a9d5d..1d73b7357 100644 --- a/SL/DB/MetaSetup/InvoiceItem.pm +++ b/SL/DB/MetaSetup/InvoiceItem.pm @@ -17,6 +17,7 @@ __PACKAGE__->meta->columns( description => { type => 'text' }, discount => { type => 'float', precision => 4 }, fxsellprice => { type => 'numeric', precision => 5, scale => 15 }, + donumber => { type => 'text' }, id => { type => 'integer', not_null => 1, sequence => 'invoiceid' }, itime => { type => 'timestamp', default => 'now()' }, lastcost => { type => 'numeric', precision => 5, scale => 15 },