Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions df0489 ... vs bb2698 ... for data/DoctrineORMModule/Proxy/__CG__ValuationEntityValuation.php

Diff revisions: vs.
  @@ -83,10 +83,10 @@
83 83 public function __sleep()
84 84 {
85 85 if ($this->__isInitialized__) {
86 - return array('__isInitialized__', 'id', 'valuationNumber', 'stock', 'xmlRpcClient', 'createdBy', 'valuatedBy', 'valuators', 'salesProfile', 'managerProfile', 'sentToSales', 'sfItemId', 'firstName', 'familyName', 'idNumber', 'mobile', 'email', 'department', 'region', 'city', 'street', 'requiredPrice', 'sighted', 'licenseDiscExpired', 'tradeRetailRequested', 'salesComments', 'customerComments', 'amountOffered', 'overAllowance', 'standInValue', 'projectedRetail', 'plannedMargin', 'customerAddressStreet', 'customerAddressStreetName', 'customerAddressSuburb', 'customerAddressCity', 'customerAddressPostalCode', 'sendToStockFrom', 'dealNotDoneSelection', 'dealNotDoneReason', 'queueStatus', 'internalState', 'previousState', 'jobState', 'created', 'updated', 'archived', 'isPublic', 'isPublicCustomer');
86 + return array('__isInitialized__', 'id', 'valuationNumber', 'stock', 'xmlRpcClient', 'createdBy', 'valuatedBy', 'valuators', 'salesProfile', 'managerProfile', 'sentToSales', 'sfItemId', 'firstName', 'familyName', 'idNumber', 'mobile', 'email', 'department', 'region', 'city', 'street', 'requiredPrice', 'sighted', 'licenseDiscExpired', 'tradeRetailRequested', 'salesComments', 'customerComments', 'amountOffered', 'bankSettlement', 'overAllowance', 'standInValue', 'projectedRetail', 'plannedMargin', 'customerAddressStreet', 'customerAddressStreetName', 'customerAddressSuburb', 'customerAddressCity', 'customerAddressPostalCode', 'sendToStockFrom', 'dealNotDoneSelection', 'dealNotDoneReason', 'queueStatus', 'internalState', 'previousState', 'jobState', 'created', 'updated', 'archived', 'isPublic', 'isPublicCustomer');
87 87 }
88 88
89 - return array('__isInitialized__', 'id', 'valuationNumber', 'stock', 'xmlRpcClient', 'createdBy', 'valuatedBy', 'valuators', 'salesProfile', 'managerProfile', 'sentToSales', 'sfItemId', 'firstName', 'familyName', 'idNumber', 'mobile', 'email', 'department', 'region', 'city', 'street', 'requiredPrice', 'sighted', 'licenseDiscExpired', 'tradeRetailRequested', 'salesComments', 'customerComments', 'amountOffered', 'overAllowance', 'standInValue', 'projectedRetail', 'plannedMargin', 'customerAddressStreet', 'customerAddressStreetName', 'customerAddressSuburb', 'customerAddressCity', 'customerAddressPostalCode', 'sendToStockFrom', 'dealNotDoneSelection', 'dealNotDoneReason', 'queueStatus', 'internalState', 'previousState', 'jobState', 'created', 'updated', 'archived', 'isPublic', 'isPublicCustomer');
89 + return array('__isInitialized__', 'id', 'valuationNumber', 'stock', 'xmlRpcClient', 'createdBy', 'valuatedBy', 'valuators', 'salesProfile', 'managerProfile', 'sentToSales', 'sfItemId', 'firstName', 'familyName', 'idNumber', 'mobile', 'email', 'department', 'region', 'city', 'street', 'requiredPrice', 'sighted', 'licenseDiscExpired', 'tradeRetailRequested', 'salesComments', 'customerComments', 'amountOffered', 'bankSettlement', 'overAllowance', 'standInValue', 'projectedRetail', 'plannedMargin', 'customerAddressStreet', 'customerAddressStreetName', 'customerAddressSuburb', 'customerAddressCity', 'customerAddressPostalCode', 'sendToStockFrom', 'dealNotDoneSelection', 'dealNotDoneReason', 'queueStatus', 'internalState', 'previousState', 'jobState', 'created', 'updated', 'archived', 'isPublic', 'isPublicCustomer');
90 90 }
91 91
92 92 /**