diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-12 05:50:36 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-12 05:50:36 +0000 |
commit | e348cc7c0ed47b6995fc3dad9a9eb107e1a9ba00 (patch) | |
tree | 7aeafa36fa68754ac9acfceb2bf3fbfa5dead454 /sql/fixes | |
parent | 6bf279f80918f9d06c2fbb48950456ba51fd1f8c (diff) |
Adding fix for 1771834, inventory lost when converting order to invoice
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2039 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql/fixes')
-rw-r--r-- | sql/fixes/inventory_lost_on_order_conversion.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/fixes/inventory_lost_on_order_conversion.sql b/sql/fixes/inventory_lost_on_order_conversion.sql new file mode 100644 index 00000000..ed9d719b --- /dev/null +++ b/sql/fixes/inventory_lost_on_order_conversion.sql @@ -0,0 +1 @@ + drop trigger check_inventory on oe; |