Revision 2cf0bf46
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/MetaSetup/Invoice.pm | ||
---|---|---|
54 | 54 |
storno_id => { type => 'integer' }, |
55 | 55 |
marge_total => { type => 'numeric', precision => 5, scale => 15 }, |
56 | 56 |
marge_percent => { type => 'numeric', precision => 5, scale => 15 }, |
57 |
notes_bottom => { type => 'text' }, |
|
58 | 57 |
donumber => { type => 'text' }, |
59 | 58 |
], |
60 | 59 |
|
Auch abrufbar als: Unified diff
Die Datenbankfelder notes_bottom und project_manager_id gibt es in der offiziellen Version nicht