8848digital / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
0 stars 0 forks source link

Fixed: Error in test_stock_transfer_from_purchase_receipt_with_valuation #578

Closed Abhishek8848 closed 2 days ago

Abhishek8848 commented 2 days ago

Fixed: Error in test_stock_transfer_from_purchase_receipt_with_valuation method

tinadn commented 2 days ago

@Abhishek8848 add db_type condition for postgres with changed sequence keep original sequence as it is in else part

Abhishek8848 commented 2 days ago

@tinadn changes is done.