Multi enhancements, including auto serialization, product editing
This commit is contained in:
@@ -50,6 +50,9 @@ class Quicken extends OSBExport {
|
||||
|
||||
# Payments
|
||||
foreach ($inv->_payments as $payitem) {
|
||||
if (! $payitem->AMOUNT)
|
||||
continue;
|
||||
|
||||
$export .= "!TRNS\t";
|
||||
$export .= implode("\t",$payitem->keys())."\n";
|
||||
$export .= "TRNS\t";
|
||||
|
Reference in New Issue
Block a user