X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=e7b3b6fc67c7db607eb23d194bc57870932d17d0;hb=67b05564568d10ee3833a87f09b752d0319934ba;hp=da128d54f1bf1e5be3ba9e786a6b9860ca0c38ef;hpb=95b6042f37f00de9dca4b5654522fc4098a82d04;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index da128d54f..e7b3b6fc6 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1633,6 +1633,7 @@ sub tables_hashref { 'complimentary', 'char', 'NULL', 1, '', '', 'po_number', 'varchar', 'NULL', $char_d, '', '', 'invoice_attn', 'varchar', 'NULL', $char_d, '', '', + 'invoice_ship_address', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'custnum', 'unique' => [ [ 'agentnum', 'agent_custid' ] ],